Commit 48412c13 by Brian Coca

fixed copy n paste typo on future code

parent bb110149
...@@ -191,8 +191,8 @@ class Service(object): ...@@ -191,8 +191,8 @@ class Service(object):
'name': self.module.name, 'name': self.module.name,
'state': self.status(), 'state': self.status(),
'enabled': self.enabled, 'enabled': self.enabled,
'changed' = self.changed, 'changed': self.changed,
'msg' = msg, 'msg': msg,
} }
def run(self): def run(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment