diff --git a/scripts/prepare_release.sh b/scripts/prepare_release.sh index 440113611..005a66d48 100755 --- a/scripts/prepare_release.sh +++ b/scripts/prepare_release.sh @@ -104,7 +104,7 @@ fi # Ensure the branch does not have local changes if [[ $(git status --porcelain) ]]; then - 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 echo if ! [[ $CONTINUE == "Y" ]]; then