Skip to content

Commit 61bd56c

Browse files
authored
Merge pull request #193 from thejoeker12/main
fix
2 parents b6514aa + 9c7e6c6 commit 61bd56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpclient/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func SetupCookieJar(client *http.Client, clientConfig ClientConfig, log logger.L
237237
CookieList = append(CookieList, newCookie)
238238
}
239239

240-
cookieUrl, err := url.Parse(fmt.Sprintf("http://%s.jamfcloud.com"))
240+
cookieUrl, err := url.Parse(fmt.Sprintf("http://%s.jamfcloud.com", clientConfig.Environment.InstanceName))
241241
if err != nil {
242242
return err
243243
}

0 commit comments

Comments
 (0)