diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 10:42:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 10:42:49 -0600 |
| commit | 6ee304e830b529dc815b3283192f3bab287371ea (patch) | |
| tree | cd5a0a751791b2d129936bd86af32ae18cf56311 /main.go | |
| parent | 935767fde1842c9e39c1b0d0f26138ac7ddca030 (diff) | |
attempt to set repo.Publishedv0.22.23
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |
