Skip to content

Commit

Permalink
Merge pull request #13011 from nextcloud/updateLibScript
Browse files Browse the repository at this point in the history
more verbose
  • Loading branch information
tobiasKaminsky committed May 16, 2024
2 parents db3e3fa + 86aa338 commit c395d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/updateLibraryHash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c395d01

Please sign in to comment.