Skip to content

Commit 4f060f2

Browse files
authored
Update guest-configuration-create-linux.md
1 parent 9b3bd3c commit 4f060f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/governance/policy/how-to/guest-configuration-create-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Configuration AuditFilePathExists
138138
139139
# Compile the configuration to create the MOF files
140140
import-module PSDesiredStateConfiguration
141-
AuditFilePathExists -out ./
141+
AuditFilePathExists -out ./Config
142142
```
143143
Save this file with name `config.ps1` in the project folder. Run it in PowerShell by executing `./config.ps1`
144144
in the terminal. A new mof file will be created.

0 commit comments

Comments
 (0)