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 cec75e1 commit d2d0060Copy full SHA for d2d0060
scripts/prepare_release.sh
@@ -104,7 +104,7 @@ fi
104
105
# Ensure the branch does not have local changes
106
if [[ $(git status --porcelain) ]]; then
107
- read -p "[WATN] Local changes exist in the repo. Continue? (Y/n) " CONTINUE
+ read -p "[WARN] Local changes exist in the repo. Continue? (Y/n) " CONTINUE
108
echo
109
110
if ! [[ $CONTINUE == "Y" ]]; then
0 commit comments