Skip to content

Commit 85c5cca

Browse files
authored
Fix Typo in mdatp package name
There is a typo that says matp in the example saltstate file.
1 parent 476902b commit 85c5cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defender-endpoint/linux-install-with-saltack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ In this step, you create a SaltState state file in your configuration repository
154154
```console
155155
install_mdatp_package:
156156
pkg.installed:
157-
- name: matp
157+
- name: mdatp
158158
- required: add_ms_repo
159159
```
160160

0 commit comments

Comments
 (0)