mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 12:09:36 +08:00
fix(upgrade): typo in variable check
This commit is contained in:
parent
cc99132104
commit
029a6d2de8
|
@ -234,7 +234,7 @@ if LANG= git pull --quiet --rebase $remote $branch; then
|
||||||
git config oh-my-zsh.lastVersion "$last_commit"
|
git config oh-my-zsh.lastVersion "$last_commit"
|
||||||
|
|
||||||
# Print changelog to the terminal
|
# Print changelog to the terminal
|
||||||
if [[ interactive == true && $verbose_mode == default ]] ; then
|
if [[ $interactive == true && $verbose_mode == default ]]; then
|
||||||
"$ZSH/tools/changelog.sh" HEAD "$last_commit"
|
"$ZSH/tools/changelog.sh" HEAD "$last_commit"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user