Add proper quoting in hipchat example

This commit is contained in:
Michael DeHaan 2013-05-11 16:24:44 -04:00
parent 25e300de42
commit d80cb4bd41

View file

@ -52,7 +52,7 @@ author: WAKAYAMA Shirou
'''
EXAMPLES = '''
action: hipchat token=AAAAAA room=notify msg=Ansible task finished
action: hipchat token=AAAAAA room=notify msg="Ansible task finished"
'''
# ===========================================