printf error

This commit is contained in:
Jeff Carr 2025-08-21 14:25:49 -05:00
parent f17ccce780
commit e928cee038
1 changed files with 2 additions and 0 deletions

View File

@ -78,7 +78,9 @@ func doCommit() {
if err != nil {
// TRY different URL
os.Setenv("FORGE_URL", "https://forge.grid.wit.com/")
log.Info("GOING TO TRY AGAIN", os.Getenv("FORGE_URL"), err)
}
_, err = me.forge.SubmitDevelPatchSet("forge auto commit")
if err != nil {
badExit(err)