mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Fixing typo in user_permissions (#6344)
* Fixing typo in user_permissions Signed-off-by: Magruder, Micah <Micah.Magruder@oracle.com> * Corrected spacing Signed-off-by: Magruder, Micah <Micah.Magruder@oracle.com> Signed-off-by: Magruder, Micah <Micah.Magruder@oracle.com>
This commit is contained in:
parent
285b2d0bc0
commit
be56fead39
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