Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a072d32

Browse files
authored
Merge pull request #22193 from meeseeksmachine/auto-backport-of-pr-22190-on-v3.5.1-doc
Backport PR #22190 on branch v3.5.1-doc (DOC: Fix upstream URL for merge in CircleCI)
2 parents 7ee2fc0 + 4187ebc commit a072d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ commands:
2828
name: Merge with upstream
2929
command: |
3030
if ! git remote -v | grep upstream; then
31-
git remote add upstream git://github.com/matplotlib/matplotlib.git
31+
git remote add upstream https://github.com/matplotlib/matplotlib.git
3232
fi
3333
git fetch upstream
3434
if [[ "$CIRCLE_BRANCH" != "master" ]] && \

0 commit comments

Comments
 (0)