Skip to content

Commit

Permalink
[Backport] Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bameda committed Jul 8, 2016
1 parent 70ba7af commit 5a6393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regenerate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ done

if $show_answer ; then
echo "WARNING!! This script REMOVE your Taiga's database and you LOSE all the data."
read -p "Are you sure you want to delete all data? (Pres Y to continue): " -n 1 -r
read -p "Are you sure you want to delete all data? (Press Y to continue): " -n 1 -r
echo # (optional) move to a new line
if [[ ! $REPLY =~ ^[Yy]$ ]] ; then
exit 1
Expand Down

0 comments on commit 5a6393f

Please sign in to comment.