Merge pull request #317 from joewilliams/joewilliams-patch-1

fix docker user json output
This commit is contained in:
Thomas Sjögren 2018-08-06 09:37:29 +02:00 committed by GitHub
commit b408fb3e86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ check_1_4() {
info "$check_1_4"
for u in $docker_users; do
info " * $u"
logjson "1.4" "$u"
logjson "1.4" "INFO: $u"
done
currentScore=$((currentScore + 0))
}