diff options
| author | Jeff Carr <[email protected]> | 2025-08-21 14:40:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-21 14:40:34 -0500 |
| commit | eb9dea5dd06a5170d636187c753146a2828c6f24 (patch) | |
| tree | 3e84f78a09fe4c6ea314423647793a9e3c526c49 /doCommit.go | |
| parent | 43c6af4a8b5d1f847435ef7f10496f61b8d6bb0a (diff) | |
almost there
Diffstat (limited to 'doCommit.go')
| -rw-r--r-- | doCommit.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doCommit.go b/doCommit.go index 742368c..f6fb8d1 100644 --- a/doCommit.go +++ b/doCommit.go @@ -77,8 +77,8 @@ func patchSubmitAndExit() { _, err := me.forge.SubmitDevelPatchSet("forge auto commit") 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) + me.forge.SetForgeURL("https://forge.grid.wit.com/") + log.Info("GOING TO TRY AGAIN", me.forge.GetForgeURL()) } _, err = me.forge.SubmitDevelPatchSet("forge auto commit") |
