Skip to content

Commit

Permalink
[7.x] [Bug][Security_Solution][Telemetry] Capitalize S in macOS (#74688
Browse files Browse the repository at this point in the history
…) (#74699)
  • Loading branch information
michaelolo24 authored Aug 10, 2020
1 parent 06c0ebb commit 6196f27
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 6196f27

Please sign in to comment.