@cryptotaxi247 / netdata-1 / commits / c4803ee23

fixes typo in URL (#11651)

Timotej S committed Oct 12, 2021 at 09:25 UTC c4803ee23bf69f7dc5900e3d3bee275485696cd7
1 file changed +1 -1
aclk/aclk_otp.c
+1 -1
@@ -842,7 +842,7 @@ int aclk_get_env(aclk_env_t *env, const char* aclk_hostname, int aclk_port) {
842 return 1;
843 }
844
845 - buffer_sprintf(buf, "/api/v1/env?v=%s&cap=json$claim_id=%s", &(VERSION[1]) /* skip 'v' at beginning */, agent_id);
845 + buffer_sprintf(buf, "/api/v1/env?v=%s&cap=json&claim_id=%s", &(VERSION[1]) /* skip 'v' at beginning */, agent_id);
846 freez(agent_id);
847
848 req.host = (char*)aclk_hostname;