diff options
| -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 { |
