fix: multiline vars can now be read using fork

This commit is contained in:
2021-07-21 12:05:50 +01:00
parent 29971c36a0
commit 0242dfcb0f
3 changed files with 4 additions and 3 deletions

View File

@ -66,7 +66,6 @@ func LoadAppFiles(servers ...string) (AppFiles, error) {
//
// ONLY use when ready to use the env file to keep IO down and
// because this exits with code 1 if the file cannot be found or is malformed
// FIXME: Cannot read files with multiline vars
func GetApp(apps AppFiles, name AppName) (App, error) {
appFile, exists := apps[name]
if !exists {