diff --git a/components/engine/contrib/docker.bash b/components/engine/contrib/docker.bash index 32f2b5f8f1..63df98825c 100644 --- a/components/engine/contrib/docker.bash +++ b/components/engine/contrib/docker.bash @@ -21,7 +21,6 @@ # If the docker daemon is using a unix socket for communication your user # must have access to the socket for the completions to function correctly -have docker && { __docker_containers_all() { local containers @@ -542,4 +541,3 @@ _docker() } complete -F _docker docker -} \ No newline at end of file