Fix differences

Signed-off-by: Mendy Baitelman <mendy@baitelman.com>
This commit is contained in:
Mendy Baitelman 2019-08-06 13:26:37 -07:00
parent 126b1efc74
commit 4505471ec7

View file

@ -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