From a7141fd5294179b550c3f36337163f4d03662659 Mon Sep 17 00:00:00 2001 From: Greg Lucas Date: Mon, 10 Jan 2022 19:15:45 -0700 Subject: [PATCH] Backport PR #22190: 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 ad663a7c5845..bcaafc27aa38 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" != "master" ]] && \