summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-13 07:09:13 -0500
committerJeff Carr <[email protected]>2025-09-13 07:09:13 -0500
commit9cdfface3cf26fe9055c0607033ec121b6cd734c (patch)
treecda2fdfd8c94b0e6cd9bb0fe1fb730b14ecf6e17 /main.go
parentc463ec70f0ef46851ea009bcfd8e261a1e3bb97c (diff)
moved to new dir scan
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.go b/main.go
index 981f853..8aff206 100644
--- a/main.go
+++ b/main.go
@@ -66,9 +66,7 @@ func main() {
okExit("")
}
- // me.forge.RillRepos(reloadCheck)
- // me.forge.ScanGoSrc()
- me.forge.ScanRepoDir()
+ me.forge.ScanRepoDir() // looks for new dirs, checks existing repos for changes
// initialize patches
doPatchInit()