mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
fix typos in os skip message
This commit is contained in:
parent
17279f9ef8
commit
571de7fc68
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class User < Vulcano.resource(1)
|
|||
when 'freebsd'
|
||||
@user_provider = FreeBSDUser.new(vulcano)
|
||||
else
|
||||
return skip_resource 'The `package` resource is not supported on your OS yet.'
|
||||
return skip_resource 'The `user` resource is not supported on your OS yet.'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue