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
143143 git push -u origin " $PR_BRANCH "
144144 echo " "
145145 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."
147147 echo " Click the link above to create the PR in GitHub, and then verify that the build works with Netlify previews."
148148 echo " Once the branch is merged, the changes will automatically be deployed and be live."
149149else
150150 echo " "
151151 echo " Skipping push to origin."
152152 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."
154154 echo " Once the changes are merged, they will automatically be deployed and be live."
155155fi
You can’t perform that action at this time.
0 commit comments