From 5a6393ffab5a888c8f2dcad16479184c947a14ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Fri, 8 Jul 2016 20:37:43 +0200 Subject: [PATCH] [Backport] Fix a typo --- regenerate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regenerate.sh b/regenerate.sh index 0fff7efefa..ec153fa938 100755 --- a/regenerate.sh +++ b/regenerate.sh @@ -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