diff --git a/install.sh b/install.sh index 2ec57654..2e773bf2 100755 --- a/install.sh +++ b/install.sh @@ -32,7 +32,7 @@ prep() { echo "Edit this file to customize bash-it for using the Jekyll plugins" break ;; n) break ;; - *) echo "Please enter y or n" + *) echo "Please enter y or n" ;; esac done }