From 1a255bdbf64f2cb0f87e532bed82cce42f77a741 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 21 Feb 2025 18:31:26 -0600 Subject: start deprecating me.found --- main.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 82c4897..b9d4004 100644 --- a/main.go +++ b/main.go @@ -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("") } -- cgit v1.2.3