From 6ee304e830b529dc815b3283192f3bab287371ea Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 10:42:49 -0600 Subject: attempt to set repo.Published --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 5463b04..cc531e3 100644 --- a/main.go +++ b/main.go @@ -25,7 +25,7 @@ func main() { // load the ~/.config/forge/ config me.forge = forgepb.Init() - me.forge.ConfigPrintTable() + // me.forge.ConfigPrintTable() os.Setenv("REPO_WORK_PATH", me.forge.GetGoSrc()) // parse the command line @@ -83,7 +83,6 @@ 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) -- cgit v1.2.3