diff options
| author | Jeff Carr <[email protected]> | 2025-07-01 18:23:38 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-01 18:23:38 -0500 |
| commit | d2a0aa3098e48d32f41abf0a90340543775366d7 (patch) | |
| tree | 4bf550ac018ba21cdf1224c8160bd0df30c77417 /doCheckout.go | |
| parent | 47b7222445a382445e7a5d8ced74ebeec17810ec (diff) | |
more doFind() cleanups
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()) { |
