fix docker user json output

This prints out the docker users in a similar fashion to the other tests, including `INFO` rather than just the system command output.

Signed-off-by: Joe Williams <joe.williams@github.com>
This commit is contained in:
Joe Williams 2018-07-26 15:02:12 -04:00
parent b73d254e76
commit cfb3357a12

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))
}