This commit is contained in:
Jeff Carr 2025-01-08 10:11:01 -06:00
parent f213d26ceb
commit 14fc461af8
1 changed files with 2 additions and 2 deletions

View File

@ -245,8 +245,8 @@ func main() {
for repo, cmd := range failed { for repo, cmd := range failed {
log.Info("failed cmd :", cmd, repo.GetGoPath()) log.Info("failed cmd :", cmd, repo.GetGoPath())
} }
me.forge.CheckoutUser() // me.forge.CheckoutUser()
shell.Run([]string{"forge", "--find-private"}) // shell.Run([]string{"forge", "--find-private"})
badExit(errors.New("some repos failed")) badExit(errors.New("some repos failed"))
} }
if argv.Test { if argv.Test {