From d0ad0cd4bad8117d36757e00bc06c79e39d0d1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timotej=20=C5=A0i=C5=A1kovi=C4=8D?= Date: Tue, 21 Sep 2021 11:33:25 +0200 Subject: fix typo in url --- aclk/aclk_otp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclk/aclk_otp.c b/aclk/aclk_otp.c index 411a5f8912..e84175b6d0 100644 --- a/aclk/aclk_otp.c +++ b/aclk/aclk_otp.c @@ -846,7 +846,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; -- cgit v1.2.3