diff --git a/tests/1_host_configuration.sh b/tests/1_host_configuration.sh index 31f3bf7..75d259f 100644 --- a/tests/1_host_configuration.sh +++ b/tests/1_host_configuration.sh @@ -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)) }