0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

fix(upgrade): typo in variable check

This commit is contained in:
Carlo Sala 2023-03-31 15:30:19 +02:00
parent cc99132104
commit 029a6d2de8
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A

View file

@ -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