Skip to content

Commit

Permalink
Fix typo in docker plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Comer committed Jul 14, 2014
1 parent 5728a56 commit 6b3a723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/docker/_docker
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ __save() {
__start() {
_arguments \
'(-a,--attach=)'{-a,--attach=}'[Attach container''s stdout/stderr and forward all signals to the process]' \
'(-i,--interactive=)'{-i, --interactive=}'[Attach container''s stdin]'
'(-i,--interactive=)'{-i,--interactive=}'[Attach container''s stdin]'
__docker_containers
}

Expand Down

0 comments on commit 6b3a723

Please sign in to comment.