Skip to content

Commit

Permalink
[Bug][Security_Solution][Telemetry] Capitalize S in macOS (elastic#74688
Browse files Browse the repository at this point in the history
)
  • Loading branch information
michaelolo24 committed Aug 10, 2020
1 parent 0a5cc09 commit 0a4a361
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface EndpointUsage {
policies: PoliciesTelemetry;
}

type EndpointOSNames = 'Linux' | 'Windows' | 'macOs';
type EndpointOSNames = 'Linux' | 'Windows' | 'macOS';

export interface AgentLocalMetadata extends AgentMetadata {
elastic: {
Expand Down Expand Up @@ -129,7 +129,7 @@ export const updateEndpointPolicyTelemetry = (
): PoliciesTelemetry => {
const policyHostTypeToPolicyType = {
Linux: 'linux',
macOs: 'mac',
macOS: 'mac',
Windows: 'windows',
};
const enabledMalwarePolicyTypes = ['prevent', 'detect'];
Expand Down

0 comments on commit 0a4a361

Please sign in to comment.