you -> your

Obvious fix.
This commit is contained in:
Tor Magnus Rakvåg 2017-04-20 17:43:33 +02:00
parent eb7de3ac35
commit 1c5b35c890

View file

@ -10,7 +10,7 @@ module Inspec::Resources
desc 'Use the powershell InSpec audit resource to test a Windows PowerShell script on the Microsoft Windows platform.'
example "
script = <<-EOH
# you powershell script
# your powershell script
EOH
describe powershell(script) do