mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
you -> your
Obvious fix.
This commit is contained in:
parent
eb7de3ac35
commit
1c5b35c890
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue