summaryrefslogtreecommitdiffstats
path: root/aclk
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2021-10-12 09:25:51 +0200
committerGitHub <noreply@github.com>2021-10-12 09:25:51 +0200
commitc4803ee23bf69f7dc5900e3d3bee275485696cd7 (patch)
tree41f213a5bd3ce028b4f7ea1480eb0e27646551ad /aclk
parent45e07b30daf3471ebe18c15abad9363553b5c6e6 (diff)
fixes typo in URL (#11651)
Diffstat (limited to 'aclk')
-rw-r--r--aclk/aclk_otp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aclk/aclk_otp.c b/aclk/aclk_otp.c
index e9ebeab99a..bb463cbc79 100644
--- a/aclk/aclk_otp.c
+++ b/aclk/aclk_otp.c
@@ -842,7 +842,7 @@ int aclk_get_env(aclk_env_t *env, const char* aclk_hostname, int aclk_port) {
return 1;
}
- buffer_sprintf(buf, "/api/v1/env?v=%s&cap=json$claim_id=%s", &(VERSION[1]) /* skip 'v' at beginning */, agent_id);
+ buffer_sprintf(buf, "/api/v1/env?v=%s&cap=json&claim_id=%s", &(VERSION[1]) /* skip 'v' at beginning */, agent_id);
freez(agent_id);
req.host = (char*)aclk_hostname;