mirror of
https://github.com/inspec/inspec
synced 2024-11-14 17:07:09 +00:00
Fix differences
Signed-off-by: Mendy Baitelman <mendy@baitelman.com>
This commit is contained in:
parent
126b1efc74
commit
4505471ec7
1 changed files with 2 additions and 2 deletions
|
@ -244,10 +244,10 @@ module Inspec::Resources
|
|||
end
|
||||
|
||||
# returns the service's user from info
|
||||
def startuser
|
||||
def startname
|
||||
return nil if info.nil?
|
||||
|
||||
info[:startuser]
|
||||
info[:startname]
|
||||
end
|
||||
|
||||
def to_s
|
||||
|
|
Loading…
Reference in a new issue