Merge pull request #24373 from floatingLomas/zsh-completion-fix

Remove unmatched bracket from _docker for zsh
Upstream-commit: a04a11f3e51a2c93c924384af6d4fcfa1cd42900
Component: engine
This commit is contained in:
Brian Goff
2016-07-06 16:54:16 -04:00
committed by GitHub

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