mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 19:03:44 +00:00
bash completion: remove unused variable
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@@ -177,7 +177,7 @@ _skopeo_skopeo() {
|
||||
}
|
||||
|
||||
_cli_bash_autocomplete() {
|
||||
local cur opts
|
||||
local cur
|
||||
|
||||
COMPREPLY=()
|
||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
|
Reference in New Issue
Block a user