summaryrefslogtreecommitdiff
path: root/patchset.Get.go
diff options
context:
space:
mode:
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"