summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/upgrade.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upgrade.sh b/tools/upgrade.sh
index 684ad894a..d9a372d13 100755
--- a/tools/upgrade.sh
+++ b/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