diff options
| author | Jeff Carr <[email protected]> | 2025-09-13 07:09:28 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-13 07:09:28 -0500 |
| commit | 926a1ce33cd44ca2dcb0aeb4608160cf24379b19 (patch) | |
| tree | 2fcb3d811465af0aba3cf1774175a2c45bd18667 /main.go | |
| parent | d31c80d78015c7702ea0fd1a30a39cdc67bb9230 (diff) | |
moved to new scan func
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ func main() { me.pp = arg.MustParse(&argv) me.forge = forgepb.Init() - me.forge.ScanGoSrc() + me.forge.ScanRepoDir() // looks for new dirs, checks existing repos for changes me.found = new(gitpb.Repos) fhelp.CheckGoModCleanExit() |
