Commit 48412c13 by Brian Coca

fixed copy n paste typo on future code

parent bb110149
......@@ -191,8 +191,8 @@ class Service(object):
'name': self.module.name,
'state': self.status(),
'enabled': self.enabled,
'changed' = self.changed,
'msg' = msg,
'changed': self.changed,
'msg': msg,
}
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