소스 검색

Merge pull request #13011 from nextcloud/updateLibScript

more verbose
Tobias Kaminsky 1 년 전
부모
커밋
c395d01cff
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