Fix a typo

remotes/origin/issue/4795/notification_even_they_are_disabled
David Barragán Merino 2016-07-08 20:37:43 +02:00
parent f1a55e747d
commit f62952ac00
1 changed files with 1 additions and 1 deletions

View File

@ -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