diff options
| author | Jeff Carr <[email protected]> | 2025-08-21 14:25:49 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-21 14:25:49 -0500 |
| commit | e928cee03877e8a3e498709bac72478a3f7f1017 (patch) | |
| tree | 5aaf3d8adf8287f5ed71366a13868036c51bc62d /doCommit.go | |
| parent | f17ccce7805a8b6cde4c4fe153746cd3c9f8fa1e (diff) | |
printf error
Diffstat (limited to 'doCommit.go')
| -rw-r--r-- | doCommit.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doCommit.go b/doCommit.go index 452fcd4..ada28a2 100644 --- a/doCommit.go +++ b/doCommit.go @@ -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) |
