fixing grammar on error message
This commit is contained in:
parent
452a590af8
commit
aa93ff944a
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ def main():
|
|||
else:
|
||||
send_msg_v1(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…
Add table
Reference in a new issue