forked from toolshed/abra
fix: multiline vars can now be read using fork
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user