diff options
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() |
