mirror of
https://github.com/containers/skopeo.git
synced 2025-07-01 17:12:32 +00:00
bash completion: remove unused variable
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
91510e39ab
commit
bc8281c016
@ -174,7 +174,7 @@ _skopeo_skopeo() {
|
||||
}
|
||||
|
||||
_cli_bash_autocomplete() {
|
||||
local cur opts base
|
||||
local cur opts
|
||||
|
||||
COMPREPLY=()
|
||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
|
Loading…
Reference in New Issue
Block a user