Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthmanT committed Feb 23, 2015
1 parent 54128e6 commit f19b152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_plugin/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def get_remove_container_params(container_id, params, ctx):
supported_params = \
['container', 'v', 'link', 'force']

arguments = get_params(supported_params)
arguments = get_params(params, supported_params)

if arguments.get('container'):
ctx.logger.info('Warning. User provided a value for remove container.'
Expand Down

0 comments on commit f19b152

Please sign in to comment.