mycroft-core/msm
Åke Forslund 9591fda4d2 Fix msm messagebus messages.
Previously the msm data messages were not sent correctly, what appeared
on the bus was:
11:25:21.508 - SKILLS - DEBUG - {"type": "msm.install.succeeded", "data": {"skill": "${1}"}, "context": null}

(note the ${1}) instead of the expected:
13:11:41.497 - SKILLS - DEBUG - {"type": "msm.install.succeeded", "data": {"skill": "skill-alarm"}, "context": null}

This was due to the use of ' instead of " around the data field. The
'-strings does not replace variable names with their value.
2017-12-06 03:21:58 -06:00
..
man/man1 Fix a small typo in line 12 2017-09-27 10:55:09 -05:00
msm Fix msm messagebus messages. 2017-12-06 03:21:58 -06:00