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 0ffccb1..963618c 100644
--- a/patchset.Get.go
+++ b/patchset.Get.go
@@ -15,7 +15,7 @@ import (
var forgeURL string = "https://go.wit.com/"
func (f *Forge) GetPatchesets() (*Patchsets, error) {
- url := forgeURL + "/GetPatchsets"
+ url := forgeURL + "GetPatchsets"
log.Info("GetPatchsets() url", url)
body, err := f.HttpPost(url, nil)
if err != nil {