diff options
| author | Jeff Carr <[email protected]> | 2025-10-28 22:00:09 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-28 22:00:09 -0500 |
| commit | e86dac455dc985cc8bbbbf725a1bd3c6652ce2aa (patch) | |
| tree | 990ca115210abf1f7d0dc11605bfa3ab9d116f52 | |
| parent | 2ac8eea1226dae835497c4a55ad3c2a9af30914d (diff) | |
always load the forge env filev0.0.193
| -rw-r--r-- | load.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ import ( func (pb *ForgeConfigs) loadConfig() error { cfgfile := "forge" + env.LoadAppENV("forge") pb.Filename = config.MakeConfigFilename("forge", cfgfile) err := config.ReLoad(pb) if env.Verbose() { |
