diff options
| author | Jeff Carr <[email protected]> | 2024-11-27 21:26:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-27 21:26:39 -0600 |
| commit | 54a93cd5ebbaf7ed72704c1af9a8be5b8c71f5bd (patch) | |
| tree | fc7118caa8b6ede187199f389e5b65ef6bb3ee61 /forgeConfig/main.go | |
| parent | f5ad4a7a41deb9f8b35c39c46d6ae31276c1e117 (diff) | |
protobuf 'Repos' renamed 'ForgeConfigs'
Diffstat (limited to 'forgeConfig/main.go')
| -rw-r--r-- | forgeConfig/main.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/forgeConfig/main.go b/forgeConfig/main.go index fe53fe8..76d91e0 100644 --- a/forgeConfig/main.go +++ b/forgeConfig/main.go @@ -19,14 +19,11 @@ func main() { if argv.List { repos.PrintTable() - /* - log.Info(forgepb.RepoHeader()) loop := repos.SortByPath() // get the list of repos for loop.Scan() { - r := loop.Repo() + r := loop.Next() log.Info("repo:", r.GoPath) } - */ os.Exit(0) } |
