fixed copy n paste typo on future code

pull/4420/head
Brian Coca 2015-09-25 17:07:33 -04:00
parent bb1101498d
commit 48412c13b2
1 changed files with 2 additions and 2 deletions

View File

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