Skip to content

Commit

Permalink
Merge pull request #1699 from froque/invalid_date
Browse files Browse the repository at this point in the history
date: invalid date correction
  • Loading branch information
solidnerd authored Sep 22, 2018
2 parents 40ef00a + 4b2ff6d commit 58333c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/runtime/functions
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ execute_raketask() {
echo
for b in $(ls ${GITLAB_BACKUP_DIR} | grep _gitlab_backup | sort -r)
do
echo "$b (created at $(date --date="@${b%%_gitlab_backup.tar}" +'%d %b, %G - %H:%M:%S %Z'))"
echo "$b (created at $(date --date="@${b%%_*_gitlab_backup.tar}" +'%d %b, %G - %H:%M:%S %Z'))"
done
echo

Expand Down

0 comments on commit 58333c6

Please sign in to comment.