Add spaces to bash command

This commit is contained in:
btidwell 2016-11-11 12:41:20 -06:00
parent 661a124cfc
commit 16df102489
1 changed files with 1 additions and 1 deletions

View File

@ -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
}