From fe89220fcad33bfd02cda29b0fd5ef4ca42489ec Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 11 May 2012 22:45:20 +0300 Subject: [PATCH] Update utils/installer.sh --- utils/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/installer.sh b/utils/installer.sh index 3abb9ff..56c26c6 100755 --- a/utils/installer.sh +++ b/utils/installer.sh @@ -3,7 +3,7 @@ PRELUDE_URL=https://github.com/bbatsov/prelude.git if [ -d $PRELUDE_INSTALL_DIR/prelude ] then - printf "\e[33m You already have Prelude installed.\e[0m You'll need to remove $PRELUDE_INSTALL_DIR if you want to install Prelude again.\n" + printf "\e[33m You already have Prelude installed.\e[0m You'll need to remove $PRELUDE_INSTALL_DIR/prelude if you want to install Prelude again.\n" exit 1; fi