diff --git a/tools/upgrade.sh b/tools/upgrade.sh index 01719d217..be8ba2f02 100755 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -225,8 +225,6 @@ git config receive.fsck.zeroPaddedFilemode ignore resetAutoStash=$(git config --bool rebase.autoStash 2>/dev/null) git config rebase.autoStash true -local ret=0 - # repository settings remote=${"$(git config --local oh-my-zsh.remote)":-origin} branch=${"$(git config --local oh-my-zsh.branch)":-master}