mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
* Fixing typo in user_permissions * Corrected spacing Signed-off-by: Magruder, Micah <Micah.Magruder@oracle.com> Co-authored-by: Micah Magruder <micah.magruder@cerner.com>
This commit is contained in:
parent
80178eb7d6
commit
be7671da8e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ module Inspec::Resources
|
|||
def user_permissions
|
||||
return {} unless exist?
|
||||
|
||||
return skip_reource"`user_permissions` is not supported on your OS yet." unless inspec.os.windows?
|
||||
return skip_resource "`user_permissions` is not supported on your OS yet." unless inspec.os.windows?
|
||||
|
||||
@perms_provider.user_permissions(file)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue