diff options
| author | Jeff Carr <[email protected]> | 2025-02-21 18:31:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-21 18:31:26 -0600 |
| commit | 1a255bdbf64f2cb0f87e532bed82cce42f77a741 (patch) | |
| tree | 5496c1f2ec9f8482e5ae3f6c42d51b74cd7bc9f9 /main.go | |
| parent | 66e65c7a004eb37f01935ea13fd78dae7de21e7e (diff) | |
start deprecating me.found
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -152,21 +152,19 @@ func main() { } if argv.GitFetch != nil { - // argv.GitPull.findRepos() doGitFetch() okExit("") } if argv.GitPull != nil { - // argv.GitPull.findRepos() doGitPullNew() okExit("") } if argv.List != nil { - argv.List.findRepos() + found := argv.List.findRepos() // print out the repos - me.forge.PrintHumanTable(me.found) + me.forge.PrintHumanTable(found) okExit("") } |
