mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Fix minor typo in sys_info documentation
Signed-off-by: Steven Danna <steve@chef.io>
This commit is contained in:
parent
66337be2af
commit
57ff8c5e3c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module Inspec::Resources
|
|||
|
||||
desc 'Use the user InSpec system resource to test for operating system properties.'
|
||||
example "
|
||||
describe sysinfo do
|
||||
describe sys_info do
|
||||
its('hostname') { should eq 'example.com' }
|
||||
end
|
||||
"
|
||||
|
|
Loading…
Add table
Reference in a new issue