Skip to content

Commit

Permalink
fix(upgrade): typo in variable check
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Mar 31, 2023
1 parent cc99132 commit 029a6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 029a6d2

Please sign in to comment.