diff --git a/tools/install.sh b/tools/install.sh index 104a6e63..c0023e8c 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -62,7 +62,7 @@ main() { fi fi # if running from the git repo use git's origin - [-d .git]&& env git clone --depth=1 origin master || env git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git $ZSH || { + [ -d .git ]&& env git clone --depth=1 origin master || env git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git $ZSH || { printf "Error: git clone of oh-my-zsh repo failed\n" exit 1 }