Better wording to push question

This commit is contained in:
Ismo Vuorinen
2016-08-10 14:27:18 +03:00
parent 5193045add
commit a1120207ee

View File

@@ -148,7 +148,7 @@ git merge --no-ff "$BRANCH_RELEASE"
# Remove release branch
git branch -d "$BRANCH_RELEASE"
echo -ne "${QUESTION_FLAG} ${CYAN}Push?"
echo -ne "${QUESTION_FLAG} ${CYAN}Push everything to origin?"
read -r PUSH
if [[ $PUSH =~ [yY](es)* ]] || [ "$PUSH" = "" ]; then