1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Remove unmatched bracket from _docker for zsh

Signed-off-by: Jonathan Lomas <jonathan@floatinglomas.ca>
This commit is contained in:
Jonathan Lomas 2016-07-06 08:47:24 -07:00
parent c70e432cee
commit 7631dc80a6
No known key found for this signature in database
GPG key ID: 75C6F7123F6411F4

View file

@ -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