fix(upgrade): typo in variable check

master
Carlo Sala 3 years ago
parent cc99132104
commit 029a6d2de8
No known key found for this signature in database
GPG Key ID: DA6FB450C1A4FE9A
  1. 2
      tools/upgrade.sh

@ -234,7 +234,7 @@ if LANG= git pull --quiet --rebase $remote $branch; then
git config oh-my-zsh.lastVersion "$last_commit"
# 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"
fi

Loading…
Cancel
Save