summaryrefslogtreecommitdiff
path: root/doCommon.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-27 04:36:29 -0600
committerJeff Carr <[email protected]>2024-12-27 04:36:29 -0600
commit8b3be0ab42e68ab0616ff6e461dbe8b582b12d21 (patch)
tree12fd1d35cca629fd608a26cc83cd328464cfbc76 /doCommon.go
parent9818e8d1ee685fa11f6ed9745a92e0c31c3a75f1 (diff)
more argv improvementsv0.22.30v0.22.29
Diffstat (limited to 'doCommon.go')
-rw-r--r--doCommon.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doCommon.go b/doCommon.go
index e172f48..d3a2ad2 100644
--- a/doCommon.go
+++ b/doCommon.go
@@ -39,7 +39,7 @@ func doGitPull() {
func doCheckDirty() {
now := time.Now()
- all := me.forge.Repos.SortByFullPath()
+ all := me.found.SortByFullPath()
for all.Scan() {
repo := all.Next()
dirty := repo.IsDirty()