Remove unused variable from bash completion

Removes a copy & paste leftover.

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2017-10-07 13:26:43 +02:00
parent 1649af8129
commit 891c3a9d96
1 changed files with 1 additions and 1 deletions

View File

@ -4505,7 +4505,7 @@ _docker_system() {
info
prune
"
__docker_subcommands "$subcommands $aliases" && return
__docker_subcommands "$subcommands" && return
case "$cur" in
-*)