summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-08 10:11:01 -0600
committerJeff Carr <[email protected]>2025-01-08 10:11:01 -0600
commit14fc461af8cf490d2061e96c21eadefd27db58c1 (patch)
treef1c8c2bc14eddf1614b49358360f1537268da859 /main.go
parentf213d26ceb30dc41d109d8879b00718253930c82 (diff)
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 613b3dc..b741233 100644
--- a/main.go
+++ b/main.go
@@ -245,8 +245,8 @@ func main() {
for repo, cmd := range failed {
log.Info("failed cmd :", cmd, repo.GetGoPath())
}
- me.forge.CheckoutUser()
- shell.Run([]string{"forge", "--find-private"})
+ // me.forge.CheckoutUser()
+ // shell.Run([]string{"forge", "--find-private"})
badExit(errors.New("some repos failed"))
}
if argv.Test {