We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf75f4 commit c722da1Copy full SHA for c722da1
tools/feedstock.sh
@@ -62,7 +62,7 @@ if git checkout -t $GITHUB_USER/$BRANCH; then
62
NEW_PR=false
63
else
64
NEW_PR=true
65
- git checkout -b $BRANCH origin/master
+ git checkout -b $BRANCH origin/main
66
fi
67
68
# Calculate hash
@@ -90,7 +90,7 @@ git commit -m "$COMMIT_MSG"
90
git push -u $GITHUB_USER $BRANCH
91
92
if $NEW_PR; then
93
- hub pull-request -b conda-forge:master -F - <<END
+ hub pull-request -b conda-forge:main -F - <<END
94
$PR_TITLE
95
96
Updating feedstock to release branch
0 commit comments