Commit 647fa6f6 by Max Rothman

Small fixes

parent c2c3922a
......@@ -17,7 +17,7 @@ options:
description:
- The input
required: true
args
args:
description:
- Arguments to the function other than the input, varies by function.
"""
......@@ -159,7 +159,7 @@ def main():
arg_spec = dict(
function=dict(required=True, type='str'),
input=dict(required=True, type='str'),
input=dict(required=True),
args=dict(required=False, type='list'),
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment