浏览代码

more verbose

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 11 月之前
父节点
当前提交
86aa338adc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/updateLibraryHash.sh

+ 1 - 1
scripts/updateLibraryHash.sh

@@ -11,7 +11,7 @@ git fetch
 git checkout master
 git pull
 
-[[ $latestCommit == "$currentCommit" ]] && exit # nothing to do
+[[ $latestCommit == "$currentCommit" ]] && echo "Nothing to do. Commit is: $latestCommit" && exit # nothing to do
 
 git fetch
 git checkout -B update-library-"$(date +%F)" origin/master