From 86aa338adc82adae999a3e860b0fdf3d2f2db15e Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Thu, 16 May 2024 09:04:28 +0200 Subject: [PATCH] more verbose Signed-off-by: tobiasKaminsky --- scripts/updateLibraryHash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/updateLibraryHash.sh b/scripts/updateLibraryHash.sh index 92a649a21b70..86c1a7a6778f 100755 --- a/scripts/updateLibraryHash.sh +++ b/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