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 10d305c

Browse files
authored
Merge pull request #22192 from meeseeksmachine/auto-backport-of-pr-22190-on-v3.5.x
Backport PR #22190 on branch v3.5.x (DOC: Fix upstream URL for merge in CircleCI)
2 parents 60f98e1 + a7141fd commit 10d305c

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 によって変換されたページ (->オリジナル) /