summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-13 07:09:28 -0500
committerJeff Carr <[email protected]>2025-09-13 07:09:28 -0500
commit926a1ce33cd44ca2dcb0aeb4608160cf24379b19 (patch)
tree2fcb3d811465af0aba3cf1774175a2c45bd18667 /main.go
parentd31c80d78015c7702ea0fd1a30a39cdc67bb9230 (diff)
moved to new scan func
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 68c97f8..af89b57 100644
--- a/main.go
+++ b/main.go
@@ -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()