mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-19 20:29:45 +01:00
Escape /Users/desudhak/.oh-my-zsh path (previously broke spaces in path)
This commit is contained in:
parent
0ab0e67ecf
commit
9991401aaa
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
current_path=`pwd`
|
current_path=`pwd`
|
||||||
printf '\033[0;34m%s\033[0m\n' "Upgrading Oh My Zsh"
|
printf '\033[0;34m%s\033[0m\n' "Upgrading Oh My Zsh"
|
||||||
cd $ZSH
|
cd "$ZSH"
|
||||||
|
|
||||||
if git pull origin master
|
if git pull origin master
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue