Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
correct error
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed Sep 9, 2019
1 parent 9482ed2 commit 536e8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

read -n 1 -r -p "Are you sure you want to deploy the app? If so, type `publish` "
read -n 1 -r -p "Are you sure you want to deploy the app? If so, type 'publish' "
echo # move to a new line
if [[ $REPLY == 'publish' ]]
then
Expand Down

0 comments on commit 536e8bf

Please sign in to comment.