From dfccc21a18db5bd40f67ed0ee3f77ff6650385b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Thu, 10 May 2018 15:47:23 +0200 Subject: [PATCH] prettier yell output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- helper_lib.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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. +# ------------------------------------------------------------------------------" }