Skip to content

Commit

Permalink
Added missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
mboelen committed Oct 27, 2016
1 parent a1f9f90 commit 7155afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tests_hardening
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
AddHP 3 3
else
LogText "Result: no malware scanner found"
if [ "${MACHINE_ROLE}" = "personal"]; then
if [ "${MACHINE_ROLE}" = "personal" ]; then
Display --indent 4 --text "- Installed malware scanner" --result "${STATUS_NOT_FOUND}" --color YELLOW
else
Display --indent 4 --text "- Installed malware scanner" --result "${STATUS_NOT_FOUND}" --color RED
Expand Down

0 comments on commit 7155afa

Please sign in to comment.