[fix] Correct ordering of printf lines

This commit is contained in:
William Wernert
2020-12-16 09:32:32 -05:00
parent b858136672
commit a1fc354a89

View File

@@ -996,8 +996,8 @@ fireeye_pillar() {
printf '%s\n'\
"fireeye:"\
" helix:"\
"" > "$fireeye_pillar_path"/init.sls
" api_key: '$HELIXAPIKEY'" \
"" > "$fireeye_pillar_path/init.sls"
}