File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,13 +143,13 @@ if [ "$PUSH" = true ]; then
143
143
git push -u origin " $PR_BRANCH "
144
144
echo " "
145
145
echo " The changes have been pushed to GitHub!"
146
- echo " Raise the PR against the $BRANCH branch."
146
+ echo " Raise the PR against the main branch."
147
147
echo " Click the link above to create the PR in GitHub, and then verify that the build works with Netlify previews."
148
148
echo " Once the branch is merged, the changes will automatically be deployed and be live."
149
149
else
150
150
echo " "
151
151
echo " Skipping push to origin."
152
152
echo " Please push the branch manually and create PR."
153
- echo " Raise the PR against the $BRANCH branch."
153
+ echo " Raise the PR against the main branch."
154
154
echo " Once the changes are merged, they will automatically be deployed and be live."
155
155
fi
You can’t perform that action at this time.
0 commit comments