Skip to content

Commit

Permalink
Fix parameter typo in swdepot module
Browse files Browse the repository at this point in the history
  • Loading branch information
jctanner committed Nov 14, 2013
1 parent d32b33f commit d3128e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/packaging/swdepot
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def main():
argument_spec = dict(
name = dict(aliases=['pkg'], required=True),
state = dict(choices=['present', 'absent', 'latest'], required=True),
depot = dict(default=None, requied=False)
depot = dict(default=None, required=False)
),
supports_check_mode=True
)
Expand Down

0 comments on commit d3128e0

Please sign in to comment.