fix: remove redundant 'ret'

This commit is contained in:
Bernie Green 2026-03-05 12:50:16 -05:00
commit d817427673

View file

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