Fix typo in policy response action name (#68307)

This commit is contained in:
Paul Tavares 2020-06-04 21:04:05 -04:00 committed by GitHub
parent 6f5a0c3b41
commit c3269fa117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -929,7 +929,7 @@ export class EndpointDocGenerator {
status: HostPolicyResponseActionStatus.success,
},
{
name: 'load_malware_mode',
name: 'load_malware_model',
message: 'Error deserializing EXE model; no valid malware model installed',
status: HostPolicyResponseActionStatus.success,
},