Merge pull request #329 from uxp/patch-1

Fix typo in hipchat notification failure message.
reviewable/pr18780/r1
Brian Coca 10 years ago
commit 2652d5daf6

@ -137,7 +137,7 @@ def main():
try:
send_msg(module, token, room, msg_from, msg, msg_format, color, notify, api)
except Exception, e:
module.fail_json(msg="unable to sent msg: %s" % e)
module.fail_json(msg="unable to send msg: %s" % e)
changed = True
module.exit_json(changed=changed, room=room, msg_from=msg_from, msg=msg)

Loading…
Cancel
Save