summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorGreg DeKoenigsberg <greg@eucalyptus.com>2015-06-16 14:32:39 -0400
committerGreg DeKoenigsberg <greg@eucalyptus.com>2015-06-16 14:32:39 -0400
commit004dedba8a8c4ba3c118744c37e5d5c238315345 (patch)
tree97f3c379ee42fd55cb55b6c12474ffc7d1b2149d /commands
parent728f2f1bb84ceb278f32f9131019626f361c4218 (diff)
downloadansible-modules-extras-004dedba8a8c4ba3c118744c37e5d5c238315345.tar.gz
Changes to author formatting, remove emails
Diffstat (limited to 'commands')
-rw-r--r--commands/expect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/expect.py b/commands/expect.py
index 124c718b..e8f7a049 100644
--- a/commands/expect.py
+++ b/commands/expect.py
@@ -73,7 +73,7 @@ notes:
- If you want to run a command through the shell (say you are using C(<),
C(>), C(|), etc), you must specify a shell in the command such as
C(/bin/bash -c "/path/to/something | grep else")
-author: '"Matt Martz (@sivel)" <matt@sivel.net>'
+author: "Matt Martz (@sivel)"
'''
EXAMPLES = '''