Merge pull request #1710 from thomasf/master

Fix bash completion.
This commit is contained in:
Michael Crosby 2013-08-29 17:08:14 -07:00
Родитель 050cf70136 20772f90ff
Коммит 690c3839fd
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

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