Skip to content

Commit

Permalink
Adjust option (Windows claim) (netdata#18763)
Browse files Browse the repository at this point in the history
adjust_option: Address comments
  • Loading branch information
thiagoftsm authored Oct 11, 2024
1 parent a19266d commit 90ca98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/claim/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ static inline int netdata_claim_prepare_data(char *out, size_t length)
aRoom,
proxyLabel,
proxyValue,
(insecure) ? "YES" : "NO"
(insecure) ? "yes" : "no"
);
}

Expand Down

0 comments on commit 90ca98c

Please sign in to comment.