From 3426d25da93cbd576fa8508b42b9fefefa2fbe9e Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 10 Jan 2022 19:50:32 -0500 Subject: [PATCH] DOC: Fix upstream URL for merge in CircleCI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0ad1a9439f0f..e1680bf06fba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,7 +28,7 @@ commands: name: Merge with upstream command: | if ! git remote -v | grep upstream; then - git remote add upstream git://github.com/matplotlib/matplotlib.git + git remote add upstream https://github.com/matplotlib/matplotlib.git fi git fetch upstream if [[ "$CIRCLE_BRANCH" != "main" ]] && \