1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

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

View File

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