diff options
Diffstat (limited to 'forgeConfig/main.go')
| -rw-r--r-- | forgeConfig/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forgeConfig/main.go b/forgeConfig/main.go index 1efa31e..fe53fe8 100644 --- a/forgeConfig/main.go +++ b/forgeConfig/main.go @@ -11,7 +11,7 @@ import ( var VERSION string func main() { - var repos forgepb.Repos + var repos forgepb.ForgeConfigs if err := repos.ConfigLoad(); err != nil { log.Warn("forgepb.ConfigLoad() failed", err) os.Exit(-1) @@ -55,7 +55,7 @@ func main() { // try to add, then save config and exit if argv.Add { log.Info("going to add a new repo", argv.GoPath) - new1 := forgepb.Repo{ + new1 := forgepb.ForgeConfig{ GoPath: argv.GoPath, Writable: argv.Writable, ReadOnly: argv.ReadOnly, |
