fix(upgrade): typo in variable check

parent cc991321
...@@ -234,7 +234,7 @@ if LANG= git pull --quiet --rebase $remote $branch; then ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment