mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Remove trailing \\
from iis_site example
Signed-off-by: Jerry Aldrich III <jerry@chef.io>
This commit is contained in:
parent
c7e15f7fad
commit
f2e6577460
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ The following examples show how to use this InSpec audit resource.
|
|||
it { should be_running }
|
||||
it { should have_app_pool('DefaultAppPool') }
|
||||
it { should have_binding('http *:80:') }
|
||||
it { should have_path('%SystemDrive%\\inetpub\\wwwroot\\') }
|
||||
it { should have_path('%SystemDrive%\\inetpub\\wwwroot') }
|
||||
end
|
||||
|
||||
### Test if IIS service is running
|
||||
|
|
Loading…
Reference in a new issue