From 8fd63835353f23323b3fd7cdf25f1422a5a549b8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 22:32:25 -0600 Subject: runs kinda --- main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index 3610038..5463b04 100644 --- a/main.go +++ b/main.go @@ -83,6 +83,7 @@ func main() { // which should be all the git repositories in ~/go/src & the .config file me.repos = makeRepoView() + if myargs.DumpVersions { gowit.DumpVersions(me.repos.View) os.Exit(0) @@ -140,6 +141,7 @@ func main() { me.release.guireleaser = repo } } + log.Info("repolist.ReposSortByName() found", repo.GoPath()) /* if repo.GoPath() == myargs.Repo { myrepo = repo -- cgit v1.2.3