Skip to content

Commit cd0e14f

Browse files
authored
missing tick
1 parent 6504066 commit cd0e14f

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
@@ -180,7 +180,7 @@ Run the following command to create a package using the configuration given in t
180180
```azurepowershell-interactive
181181
New-GuestConfigurationPackage `
182182
-Name 'AuditFilePathExists' `
183-
-Configuration './Config/AuditFilePathExists.mof'
183+
-Configuration './Config/AuditFilePathExists.mof' `
184184
-ChefProfilePath './'
185185
```
186186

0 commit comments

Comments
 (0)