diff --git a/setup/so-functions b/setup/so-functions index 142bb070f..6368e0287 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1638,9 +1638,9 @@ manager_pillar() { " kratoskey: '$KRATOSKEY'"\ "" >> "$pillar_file" printf '%s\n'\ - "soc:"\ - " es_index_patterns: '*:so-*,*:endgame-*'"\ - "" >> "$pillar_file" + "soc:"\ + " es_index_patterns: '*:so-*,*:endgame-*'"\ + "" >> "$pillar_file" if [[ -n $ENDGAMEHOST ]]; then printf '%s\n'\ " endgamehost: '$ENDGAMEHOST'"\