Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a7141fd

Browse files
greglucasmeeseeksmachine
authored andcommitted
Backport PR #22190: DOC: Fix upstream URL for merge in CircleCI
1 parent 60f98e1 commit a7141fd

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)

AltStyle によって変換されたページ (->オリジナル) /