diff --git a/helper_lib.sh b/helper_lib.sh index 939baca..3756861 100644 --- a/helper_lib.sh +++ b/helper_lib.sh @@ -111,12 +111,12 @@ get_systemd_service_file() { } yell_info() { - yell "# ------------------------------------------------------------------------------ - # Docker Bench for Security v$version - # - # Docker, Inc. (c) 2015- - # - # Checks for dozens of common best-practices around deploying Docker containers in production. - # Inspired by the CIS Docker Community Edition Benchmark v1.1.0. - # ------------------------------------------------------------------------------" +yell "# ------------------------------------------------------------------------------ +# Docker Bench for Security v$version +# +# Docker, Inc. (c) 2015- +# +# Checks for dozens of common best-practices around deploying Docker containers in production. +# Inspired by the CIS Docker Community Edition Benchmark v1.1.0. +# ------------------------------------------------------------------------------" }