bash completion: remove unused variable

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2019-09-02 13:24:17 +02:00
parent 646e197eed
commit 89bb6158eb

View File

@@ -177,7 +177,7 @@ _skopeo_skopeo() {
}
_cli_bash_autocomplete() {
local cur opts
local cur
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"