diff options
Diffstat (limited to 'doCheckout.go')
| -rw-r--r-- | doCheckout.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doCheckout.go b/doCheckout.go index fcf095b..49c11f9 100644 --- a/doCheckout.go +++ b/doCheckout.go @@ -81,7 +81,7 @@ func IsEverythingOnUser() (int, int, int, error) { } func doGitReset() { - all := me.found.SortByFullPath() + all := me.forge.Repos.SortByFullPath() for all.Scan() { repo := all.Next() if me.forge.Config.IsReadOnly(repo.GetGoPath()) { |
