summaryrefslogtreecommitdiff
path: root/doCommon.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-05 01:18:47 -0600
committerJeff Carr <[email protected]>2025-01-05 01:18:47 -0600
commit18ee541f89be2e9f9a91c54873da87885e8ffdf5 (patch)
tree3abf86866276cf4ebe1775ab7c0f10d129cf7524 /doCommon.go
parentc25a7ea736aa4848de7eb6a5efe6124a87c39deb (diff)
'forge dirty' will find and list only dirty repos
Diffstat (limited to 'doCommon.go')
-rw-r--r--doCommon.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/doCommon.go b/doCommon.go
index d3a2ad2..e7ecb70 100644
--- a/doCommon.go
+++ b/doCommon.go
@@ -8,10 +8,6 @@ import (
"go.wit.com/log"
)
-func doScan() {
- me.forge.ScanGoSrc()
-}
-
func doGitPull() {
allerr := me.found.RillGitPull(40, 5)