Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Mar 13, 2024
1 parent 032708a commit 63f006e
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
documentation: i18n.translate(
'xpack.securitySolution.endpoint.policy.advanced.linux.advanced.capture_command_line',
{
defaultMessage: 'Include process command line in all events that are related to this process. Default: false.',
defaultMessage:
'Include process command line in all events that are related to this process. Default: false.',
}
),
},
Expand All @@ -225,7 +226,8 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
documentation: i18n.translate(
'xpack.securitySolution.endpoint.policy.advanced.mac.advanced.capture_command_line',
{
defaultMessage: 'Include process command line in all events that are related to this process. Default: false.',
defaultMessage:
'Include process command line in all events that are related to this process. Default: false.',
}
),
},
Expand Down Expand Up @@ -448,7 +450,8 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
documentation: i18n.translate(
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.capture_command_line',
{
defaultMessage: 'Include process command line in all events that are related to this process. Default: false.',
defaultMessage:
'Include process command line in all events that are related to this process. Default: false.',
}
),
},
Expand Down

0 comments on commit 63f006e

Please sign in to comment.