diff options
| -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" |
