8000 Fixing a minor typo (#121) · seantzu/firebase-admin-python@d2d0060 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2d0060

Browse files
authored
Fixing a minor typo (firebase#121)
1 parent cec75e1 commit d2d0060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prepare_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ fi
104104

105105
# Ensure the branch does not have local changes
106106
if [[ $(git status --porcelain) ]]; then
107-
read -p "[WATN] Local changes exist in the repo. Continue? (Y/n) " CONTINUE
107+
read -p "[WARN] Local changes exist in the repo. Continue? (Y/n) " CONTINUE
108108
echo
109109

110< 3BDE /code>110
if ! [[ $CONTINUE == "Y" ]]; then

0 commit comments

Comments
 (0)
0