Merge commits need one more line.
This commit is contained in:
parent
eab3b75bff
commit
912a5f1162
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ debug=false
|
|||
|
||||
## date of latest git commit in ansible repository:
|
||||
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."
|
||||
|
||||
if [[ $# = 0 ]] ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue