Skip to content

Commit 7e8fd95

Browse files
committed
Show default (y/N) in depploy script
1 parent 59799f4 commit 7e8fd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

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

1717
echo '==> You are about to deploy to production'
1818

19-
read -p "==> Are you sure? " -n 1 -r
19+
read -p "==> Are you sure? (y/N)" -n 1 -r
2020
echo
2121
if [[ $REPLY =~ ^[Yy]$ ]]; then
2222
echo '==> Minifying one more time'

0 commit comments

Comments
 (0)