diff options
author | Logicer <81077770+Logicer16@users.noreply.github.com> | 2021-06-12 13:03:21 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 20:03:21 -0700 |
commit | 270db708059909b575cd747789580f8a3dbf7baa (patch) | |
tree | 04ef0e44792b2c346847986bbbcc77415f33c746 | |
parent | 5cdba87025b9dca3c6f2378a58595c613464fc63 (diff) | |
download | zsh-270db708059909b575cd747789580f8a3dbf7baa.tar.gz zsh-270db708059909b575cd747789580f8a3dbf7baa.tar.bz2 zsh-270db708059909b575cd747789580f8a3dbf7baa.zip |
fix(update): correct description of how changelog is displayed (#9943)
-rwxr-xr-x | tools/upgrade.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upgrade.sh b/tools/upgrade.sh index 417e06fe8..38fac3ce0 100755 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -72,7 +72,7 @@ if git pull --rebase --stat origin master; then # Save the commit prior to updating git config oh-my-zsh.lastVersion "$last_commit" - # Display changelog with less if available, otherwise just print it to the terminal + # Print changelog to the terminal if [[ "$1" = --interactive ]]; then "$ZSH/tools/changelog.sh" HEAD "$last_commit" fi |