From a6005dff8c82b54dfa29f146d48b2b18fa4c7fb0 Mon Sep 17 00:00:00 2001 From: Sarabadu Date: Mon, 9 Dec 2013 10:56:11 -0200 Subject: [PATCH] updated message --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7c28dc9..eeac074 100755 --- a/install.sh +++ b/install.sh @@ -38,7 +38,7 @@ SOURCE_STR="[ -s \$HOME/.nvm/nvm.sh ] && . \$HOME/.nvm/nvm.sh # This loads NVM" if [ -z "$PROFILE" ] || [ ! -f "$PROFILE" ] ; then if [ -z $PROFILE ]; then - echo "=> Profile not found. Tried $HOME/.bash_profile , $HOME/.bashrc and $HOME/.profile" + echo "=> Profile not found. Tried $HOME/.bash_profile, $HOME/.bashrc and $HOME/.profile" else echo "=> Profile $PROFILE not found" fi