From e328281608970b5fa5758f6548f033ac11cede5a Mon Sep 17 00:00:00 2001 From: Sarabadu Date: Tue, 10 Dec 2013 13:15:27 -0200 Subject: [PATCH] oxford comma... --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index eeac074..762046d 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