Skip to content

Commit

Permalink
change output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
maximelaboisson committed Feb 2, 2024
1 parent a575249 commit d2bfdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ load_ssm_files() {
SSM_VARS=$(load_ssm_files "./etc/ssm")

# Do not use cat here, we use printf to render new lines in output file
printf "$SSM_VARS" > /etc/.env
printf "$SSM_VARS" > /etc/env/.env

0 comments on commit d2bfdb1

Please sign in to comment.