diff options
| author | Jeff Carr <[email protected]> | 2025-01-08 10:11:01 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-08 10:11:01 -0600 |
| commit | 14fc461af8cf490d2061e96c21eadefd27db58c1 (patch) | |
| tree | f1c8c2bc14eddf1614b49358360f1537268da859 /main.go | |
| parent | f213d26ceb30dc41d109d8879b00718253930c82 (diff) | |
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |
