Remove unmatched bracket from _docker for zsh
Signed-off-by: Jonathan Lomas <jonathan@floatinglomas.ca>
(cherry picked from commit 7631dc80a6
)
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
85aefec45a
commit
6b30370210
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ __docker_nodes() {
|
|||
|
||||
type=$1; shift
|
||||
filter=$1; shift
|
||||
[[ $filter != "none") ]] && args=("-f $filter")
|
||||
[[ $filter != "none" ]] && args=("-f $filter")
|
||||
|
||||
lines=(${(f)"$(_call_program commands docker $docker_options node ls $args)"})
|
||||
|
||||
|
|
Loading…
Reference in a new issue