summaryrefslogtreecommitdiff
path: root/main.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 /main.go
parent47b7222445a382445e7a5d8ced74ebeec17810ec (diff)
more doFind() cleanups
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index faed9c5..74d12fa 100644
--- a/main.go
+++ b/main.go
@@ -125,7 +125,6 @@ func main() {
}
if argv.Clean.GitReset != nil {
- findAll() // select all the repos
doGitReset()
okExit("reset")
}
@@ -188,7 +187,6 @@ func main() {
// basically, if you run just 'forge' it should open the GUI
// if opening the GUI, always check git for dirty repos
- findAll() // select all the repos
doCheckDirtyAndConfigSave()
doGui()
okExit("")