1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #4748 from alanfairless/fix-module-format-string-typo

Fix format string typo
This commit is contained in:
Michael DeHaan 2013-10-31 11:07:36 -07:00
commit 4489de53d1

View file

@ -144,7 +144,7 @@ def return_data(text, options, outputname, module):
def boilerplate():
if not os.path.exists(EXAMPLE_YAML):
print >>sys.stderr, "Missing example boiler plate: %S" % EXAMPLE_YAML
print >>sys.stderr, "Missing example boiler plate: %s" % EXAMPLE_YAML
print "DOCUMENTATION = '''"
print file(EXAMPLE_YAML).read()
print "'''"