浏览代码

fix(update): correct description of how changelog is displayed (#9943)

Logicer 2 年之前
父节点
当前提交
270db70805
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/upgrade.sh

+ 1 - 1
tools/upgrade.sh

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