From 9141c271f05c1375a7a5fb3ba1eef5bb920c5312 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Fri, 12 Nov 2021 12:25:32 -0500 Subject: [PATCH] Fix indent --- setup/so-functions | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 6368e0287..3bff5d542 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1637,14 +1637,14 @@ manager_pillar() { printf '%s\n'\ " kratoskey: '$KRATOSKEY'"\ "" >> "$pillar_file" - printf '%s\n'\ + printf '%s\n'\ "soc:"\ " es_index_patterns: '*:so-*,*:endgame-*'"\ - "" >> "$pillar_file" - if [[ -n $ENDGAMEHOST ]]; then - printf '%s\n'\ - " endgamehost: '$ENDGAMEHOST'"\ - "" >> "$pillar_file" + "" >> "$pillar_file" + if [[ -n $ENDGAMEHOST ]]; then + printf '%s\n'\ + " endgamehost: '$ENDGAMEHOST'"\ + "" >> "$pillar_file" fi }