mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +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
|
end
|
||||||
|
|
||||||
# returns the service's user from info
|
# returns the service's user from info
|
||||||
def startuser
|
def startname
|
||||||
return nil if info.nil?
|
return nil if info.nil?
|
||||||
|
|
||||||
info[:startuser]
|
info[:startname]
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_s
|
def to_s
|
||||||
|
|
Loading…
Reference in a new issue