mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
Escape /Users/desudhak/.oh-my-zsh path (previously broke spaces in path)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
current_path=`pwd`
|
||||
printf '\033[0;34m%s\033[0m\n' "Upgrading Oh My Zsh"
|
||||
cd $ZSH
|
||||
cd "$ZSH"
|
||||
|
||||
if git pull origin master
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user