From 78b2f18f19f3b982b495f447d7445b47b6e4658b Mon Sep 17 00:00:00 2001 From: Josh McGee Date: Fri, 29 Mar 2013 10:04:23 -0700 Subject: [PATCH] typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }