Add proper bash completion for "docker push"

This commit is contained in:
Tianon Gravi 2013-09-20 21:22:51 -06:00
parent a81393787f
commit e37bb50628
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()