Remove unmatched bracket from _docker for zsh

Signed-off-by: Jonathan Lomas <jonathan@floatinglomas.ca>
Upstream-commit: 06683c5ea3
Component: cli
This commit is contained in:
Jonathan Lomas
2017-06-02 00:07:48 +00:00
committed by Tibor Vass
parent 8b04e31190
commit 22c3d30a71
@@ -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)"})
# Parse header line to find columns