diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 05:24:23 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 05:24:23 -0500 |
| commit | 4a544d613c256bcd3b865e98fb5abbcbf8c15672 (patch) | |
| tree | 190868b5ea215e16b729b6d140ac8c68d186c1df /config.go | |
| parent | 11995fd3b1902125db16fb4bce7ab9561d75ad7b (diff) | |
newer but still not right argvv0.0.64
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ func configInit() *forgepb.ForgeConfigs { } configs := new(forgepb.ForgeConfigs) - err := config.ConfigLoad(configs, ARGNAME, "forge") + err := config.ConfigLoad(configs, APPNAME, "forge") if errors.Is(err, os.ErrNotExist) { configs.ReposDir = "/var/cache/forged" configs.ReposPB = filepath.Join(configs.ReposDir, "repos.pb") |
