Merge commits need one more line.

This commit is contained in:
Andreas B. Mundt 2024-03-13 13:14:19 +01:00
parent eab3b75bff
commit 912a5f1162

View file

@ -15,7 +15,7 @@ debug=false
## date of latest git commit in ansible repository: ## date of latest git commit in ansible repository:
git_date="$(date --iso-8601=seconds --date="$(git log --date=iso-strict | \ git_date="$(date --iso-8601=seconds --date="$(git log --date=iso-strict | \
head -3 | sed -nE "s/^Date:\s+(.+)$/\1/p")")" head -4 | sed -nE "s/^Date:\s+(.+)$/\1/p")")"
echo "Latest commit in git at: $git_date." echo "Latest commit in git at: $git_date."
if [[ $# = 0 ]] ; then if [[ $# = 0 ]] ; then