From 805defec094078aeb3ce7edc5c0cfdc6636e3c79 Mon Sep 17 00:00:00 2001 From: Roxie Gibson Date: Sat, 31 Jul 2021 21:25:32 +0100 Subject: [PATCH] docs(comment): updated comment to be upto date --- config/env.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/env.go b/config/env.go index ffe313c4..e18034ca 100644 --- a/config/env.go +++ b/config/env.go @@ -128,8 +128,7 @@ func LoadAppFiles(servers ...string) (AppFiles, error) { // GetApp loads an apps settings, reading it from file, in preparation to use it // -// 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 +// ONLY use when ready to use the env file to keep IO down func GetApp(apps AppFiles, name AppName) (App, error) { appFile, exists := apps[name] if !exists {