diff options
| author | Jeff Carr <[email protected]> | 2025-06-30 04:56:12 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-06-30 04:56:12 -0500 |
| commit | dbb8f23f1885ccb431d49f89747a4dfa115b7058 (patch) | |
| tree | 58962f25c68bdcb9d6790753152bcdf88addb050 /patchset.Get.go | |
| parent | a0525067a0c9880b05f9dac36907027ee9e66f49 (diff) | |
switch patches to forge.wit.com. finally!v0.0.108
Diffstat (limited to 'patchset.Get.go')
| -rw-r--r-- | patchset.Get.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchset.Get.go b/patchset.Get.go index fcd59eb..b0daf29 100644 --- a/patchset.Get.go +++ b/patchset.Get.go @@ -6,7 +6,7 @@ import ( "go.wit.com/log" ) -var forgeURL string = "https://go.wit.com/" +var forgeURL string = "https://forge.wit.com/" func (f *Forge) GetPatchesets() (*Patchsets, error) { url := forgeURL + "GetPatchsets" |
