We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6375e61 commit 1e39ceaCopy full SHA for 1e39cea
azure-devops-client/main.go
@@ -114,7 +114,7 @@ func (c *AzureDevopsClient) restVsrm() *resty.Client {
114
if c.restClientVsrm == nil {
115
c.restClientVsrm = resty.New()
116
if c.HostUrl != nil {
117
- c.restClient.SetHostURL(*c.HostUrl)
+ c.restClientVsrm.SetHostURL(*c.HostUrl)
118
} else {
119
c.restClientVsrm.SetHostURL(fmt.Sprintf("https://vsrm.dev.azure.com/%v/", *c.organization))
120
}
0 commit comments