summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCarlo Sala <carlosalag@protonmail.com>2023-03-31 15:30:19 +0200
committerCarlo Sala <carlosalag@protonmail.com>2023-03-31 15:30:19 +0200
commit029a6d2de8681d52142129eb8b6ff0f20be9f0a6 (patch)
tree57861f68397a2579ddbe5a0d5f9829e754e72c95 /tools
parentcc9913210498e2d527486310f1e8a53b93f55ca8 (diff)
downloadzsh-029a6d2de8681d52142129eb8b6ff0f20be9f0a6.tar.gz
zsh-029a6d2de8681d52142129eb8b6ff0f20be9f0a6.tar.bz2
zsh-029a6d2de8681d52142129eb8b6ff0f20be9f0a6.zip
fix(upgrade): typo in variable check
Diffstat (limited to 'tools')
-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