mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Displays the correct current time
This commit is contained in:
parent
68cb493117
commit
c8721c90fa
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ fi
|
||||||
totalChecks=0
|
totalChecks=0
|
||||||
currentScore=0
|
currentScore=0
|
||||||
|
|
||||||
logit "Initializing $(date +%Y-%m-%dT%H:%m:%S%:z)\n"
|
logit "Initializing $(date +%Y-%m-%dT%H:%M:%S%:z)\n"
|
||||||
appendjson
|
appendjson
|
||||||
beginjson "$version" "$(date +%s)"
|
beginjson "$version" "$(date +%s)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue