[fix] typo

This commit is contained in:
JocelynDelalande 2017-06-21 11:32:14 +02:00 committed by GitHub
parent 4007177ea5
commit 7b0a265de5

View file

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