summaryrefslogtreecommitdiff
path: root/patchset.Get.go
diff options
context:
space:
mode:
Diffstat (limited to 'patchset.Get.go')
-rw-r--r--patchset.Get.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/patchset.Get.go b/patchset.Get.go
index c650a82..5780fab 100644
--- a/patchset.Get.go
+++ b/patchset.Get.go
@@ -8,9 +8,7 @@ import (
// retrieves current patches from forge
func (f *Forge) GetPatches() error {
- url := f.forgeURL + "GetPatchsets"
- log.Info("GetPatchsets() url", url)
- body, err := f.HttpPost(url, nil)
+ body, err := f.HttpPost("junk", "GetPatchsets", nil)
if err != nil {
log.Info("httpPost() failed:", err)
return err