summaryrefslogtreecommitdiff
path: root/patchset.Get.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-06-30 04:56:12 -0500
committerJeff Carr <[email protected]>2025-06-30 04:56:12 -0500
commitdbb8f23f1885ccb431d49f89747a4dfa115b7058 (patch)
tree58962f25c68bdcb9d6790753152bcdf88addb050 /patchset.Get.go
parenta0525067a0c9880b05f9dac36907027ee9e66f49 (diff)
switch patches to forge.wit.com. finally!v0.0.108
Diffstat (limited to 'patchset.Get.go')
-rw-r--r--patchset.Get.go2
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"