mirror of https://github.com/docker/cli.git
Remove unused variable from bash completion
Removes a copy & paste leftover. Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
1649af8129
commit
891c3a9d96
|
@ -4505,7 +4505,7 @@ _docker_system() {
|
|||
info
|
||||
prune
|
||||
"
|
||||
__docker_subcommands "$subcommands $aliases" && return
|
||||
__docker_subcommands "$subcommands" && return
|
||||
|
||||
case "$cur" in
|
||||
-*)
|
||||
|
|
Loading…
Reference in New Issue