mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Remove unmatched bracket from _docker for zsh
Signed-off-by: Jonathan Lomas <jonathan@floatinglomas.ca>
This commit is contained in:
committed by
Tibor Vass
parent
6abf924253
commit
06683c5ea3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user