From 7b0a265de5adad8406c72fc433a684f403b4e991 Mon Sep 17 00:00:00 2001 From: JocelynDelalande Date: Wed, 21 Jun 2017 11:32:14 +0200 Subject: [PATCH] [fix] typo --- package_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package_check.sh b/package_check.sh index 6bd61ba..8569b73 100755 --- a/package_check.sh +++ b/package_check.sh @@ -163,7 +163,7 @@ then # If the lock file exist echo "The lock file $lock_file is present. Package check would not continue." if [ $bash_mode -ne 1 ]; then - echo -n "Do you want to continue anymore? (y/n) :" + echo -n "Do you want to continue anyway? (y/n) :" read answer fi # Set the answer at lowercase only