Skip to content

Commit

Permalink
fixed bbatsov#150 - installer check
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed May 11, 2012
1 parent 6fedc0e commit 0585377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/installer.sh
@@ -1,7 +1,7 @@
PRELUDE_INSTALL_DIR="$HOME/.emacs.d"
PRELUDE_URL=https://github.com/bbatsov/prelude.git

if [ -d $PRELUDE_INSTALL_DIR ]
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"
exit 1;
Expand Down

0 comments on commit 0585377

Please sign in to comment.