summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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("")