mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-18 11:50:07 +00:00
fix(update): correct description of how changelog is displayed (#9943)
This commit is contained in:
parent
5cdba87025
commit
270db70805
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ if git pull --rebase --stat origin master; then
|
||||||
# Save the commit prior to updating
|
# Save the commit prior to updating
|
||||||
git config oh-my-zsh.lastVersion "$last_commit"
|
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
|
if [[ "$1" = --interactive ]]; then
|
||||||
"$ZSH/tools/changelog.sh" HEAD "$last_commit"
|
"$ZSH/tools/changelog.sh" HEAD "$last_commit"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue