Skip to content

Commit 4187ebc

Browse files
greglucasmeeseeksmachine
authored andcommitted
Backport PR #22190: DOC: Fix upstream URL for merge in CircleCI
1 parent 7ee2fc0 commit 4187ebc

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)