Adjust option (Windows claim) (#18763)
adjust_option: Address comments
thiagoftsm committed
Oct 11, 2024 at 22:39 UTC
90ca98c40d3e55cb4ea269774a4d50c1327dd492
1 file changed
+1
-1
src/claim/main.c
+1
-1
@@ -196,7 +196,7 @@ static inline int netdata_claim_prepare_data(char *out, size_t length)
196
aRoom,
197
proxyLabel,
198
proxyValue,
199
- (insecure) ? "YES" : "NO"
199
+ (insecure) ? "yes" : "no"
200
);
201
}
202