From bc8281c016d38d0296c89c1d8ad1042c021fecee Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 2 Sep 2019 12:42:01 +0200 Subject: [PATCH] bash completion: remove unused variable Signed-off-by: Valentin Rothberg --- completions/bash/skopeo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/bash/skopeo b/completions/bash/skopeo index 59674ce9..a72a1659 100644 --- a/completions/bash/skopeo +++ b/completions/bash/skopeo @@ -174,7 +174,7 @@ _skopeo_skopeo() { } _cli_bash_autocomplete() { - local cur opts base + local cur opts COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}"