From a22335bd62d4362b2631d2204f607a275179758a Mon Sep 17 00:00:00 2001 From: Gabo Date: Wed, 24 Jun 2020 11:47:18 -0500 Subject: [PATCH] Fix alignment --- .../ansible/ghe-initialize/templates/ghe-config-apply.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.automation/test/ansible/ghe-initialize/templates/ghe-config-apply.sh b/.automation/test/ansible/ghe-initialize/templates/ghe-config-apply.sh index 821a7678..7978c630 100644 --- a/.automation/test/ansible/ghe-initialize/templates/ghe-config-apply.sh +++ b/.automation/test/ansible/ghe-initialize/templates/ghe-config-apply.sh @@ -189,10 +189,10 @@ CheckGHEProcess #################### RunConfigApply -########################################## +########################################### # We're going to run it again after a nap # -# to make sure there is no crazy actions # -########################################## +# to make sure there is no crazy actions # +########################################### sleep 300s ######################