mirror of
https://github.com/containers/skopeo.git
synced 2025-07-03 18:06:54 +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() {
|
_cli_bash_autocomplete() {
|
||||||
local cur opts base
|
local cur opts
|
||||||
|
|
||||||
COMPREPLY=()
|
COMPREPLY=()
|
||||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||||
|
Loading…
Reference in New Issue
Block a user