mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
Merge pull request #1682 from Happycoil/fix-spelling-mistake
fix spelling mistake in powershell resource documentation
This commit is contained in:
commit
6af8d9cc7b
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…
Reference in a new issue