mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Merge pull request #1354 from jerryaldrichiii/fix-iis-site-example
Remove trailing `\\` from iis_site example
This commit is contained in:
commit
71127cf33e
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