diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 04:38:37 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 04:38:37 -0500 |
| commit | e9e318c4b20fc05e80708fb409eb9e9977556556 (patch) | |
| tree | 67d9864ecf189a6bc17e614d4a60190df53b19b3 /main.go | |
| parent | b984a53aac6b90e69d9d8dbf04ca12cce2cc498f (diff) | |
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -41,9 +41,7 @@ func main() { state = make(map[*gitpb.Repo]string) debnames = make(map[*gitpb.Repo]string) - // read in forge info - cfg := configInit() - me.forge = forgepb.InitFromConfig(cfg) + me.forge = forgepb.Init() me.machine = new(zoopb.Machine) if err := me.machine.ConfigLoad(); err != nil { |
