summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.go b/config.go
index 18dfdf7..6837f47 100644
--- a/config.go
+++ b/config.go
@@ -128,6 +128,8 @@ func LoadStdConfig() (*ForgeConfigs, error) {
log.Info("files were blank err=", err)
} else if errors.Is(err, config.ErrMarshal) {
log.Info("files existed and could not be Marshalled() err=", err)
+ } else if err == nil {
+ // do nothing. probably shoulda started with this
} else {
log.Info("some other bad problem err=", err)
}