[fix] Add backslash for newline

This commit is contained in:
William Wernert
2020-12-15 13:37:21 -05:00
parent f7d02763e8
commit e89c06f71b

View File

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