Merge pull request #1354 from jerryaldrichiii/fix-iis-site-example

Remove trailing `\\` from iis_site example
This commit is contained in:
Christoph Hartmann 2016-12-12 11:06:32 +01:00 committed by GitHub
commit 71127cf33e

View file

@ -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