hugoprudente / charts

FoundryVTT from 0.6 to 12.x
https://hugoprudente.github.io
Apache License 2.0
24 stars 17 forks source link

Enabling awsConfig breaks templates #60

Closed abbottmg closed 1 year ago

abbottmg commented 1 year ago

Hi there! Setting awsConfig to either true or "file" breaks template rendering in two places. In one place a YAML key is joined to the line preceding it, breaking YAML parsing. In another, the first line of a secrets section is joined to the file-break (---) line, which causes a bad file-split. I have a PR to fix this, incoming shortly.