diff options
| author | Jeff Carr <[email protected]> | 2024-12-27 04:36:29 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-27 04:36:29 -0600 |
| commit | 8b3be0ab42e68ab0616ff6e461dbe8b582b12d21 (patch) | |
| tree | 12fd1d35cca629fd608a26cc83cd328464cfbc76 /doCommon.go | |
| parent | 9818e8d1ee685fa11f6ed9745a92e0c31c3a75f1 (diff) | |
Diffstat (limited to 'doCommon.go')
| -rw-r--r-- | doCommon.go | 2 |
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() |
