diff options
| author | Jeff Carr <[email protected]> | 2024-12-18 03:35:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-18 03:35:08 -0600 |
| commit | 37500b94969863a210c5f1cf334491d1f9b57d14 (patch) | |
| tree | 3027b744a1fe599a10d07db3e71ce55c9ffb200c /main.go | |
| parent | 572a5f37a68f51e3a6745a967d94f3a6b105a750 (diff) | |
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ func main() { if argv.Hostname != "" { HOSTNAME = argv.Hostname } - forge = forgepb.InitPB() + forge = forgepb.Init() versionMap = make(map[string]string) repoMap = make(map[string]string) |
