Fix duplicate type keyword
This commit is contained in:
parent
fcab13a668
commit
91ce5c70d3
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ def main():
|
|||
dest=dict(type='path', required=True),
|
||||
name=dict(type='str', required=True, aliases=['parent']),
|
||||
version=dict(type='str', default='head'),
|
||||
force=dict(type='bool', default='no', type='bool'),
|
||||
force=dict(type='bool', default='no'),
|
||||
executable=dict(type='str'),
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue