summaryrefslogtreecommitdiff
path: root/doCheckout.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-07-01 18:23:38 -0500
committerJeff Carr <[email protected]>2025-07-01 18:23:38 -0500
commitd2a0aa3098e48d32f41abf0a90340543775366d7 (patch)
tree4bf550ac018ba21cdf1224c8160bd0df30c77417 /doCheckout.go
parent47b7222445a382445e7a5d8ced74ebeec17810ec (diff)
more doFind() cleanups
Diffstat (limited to 'doCheckout.go')
-rw-r--r--doCheckout.go2
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()) {