Skip to content

Commit c722da1

Browse files
committed
MNT: conda-forge changed master to main
1 parent cbf75f4 commit c722da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/feedstock.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if git checkout -t $GITHUB_USER/$BRANCH; then
6262
NEW_PR=false
6363
else
6464
NEW_PR=true
65-
git checkout -b $BRANCH origin/master
65+
git checkout -b $BRANCH origin/main
6666
fi
6767

6868
# Calculate hash
@@ -90,7 +90,7 @@ git commit -m "$COMMIT_MSG"
9090
git push -u $GITHUB_USER $BRANCH
9191

9292
if $NEW_PR; then
93-
hub pull-request -b conda-forge:master -F - <<END
93+
hub pull-request -b conda-forge:main -F - <<END
9494
$PR_TITLE
9595
9696
Updating feedstock to release branch

0 commit comments

Comments
 (0)