Merge pull request #1956 from tianon/bash-completion

Add proper bash completion for "docker push"
This commit is contained in:
Tianon Gravi 2013-10-09 05:47:55 -07:00
commit d5f9160441
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ _docker_pull()
_docker_push() _docker_push()
{ {
return __docker_image_repos
} }
_docker_restart() _docker_restart()