mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-06 03:10:35 +01:00
fix: remove redundant 'ret'
This commit is contained in:
parent
5292fea2ba
commit
d817427673
1 changed files with 0 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue