mirror of
https://github.com/containers/skopeo.git
synced 2025-10-22 19:50:00 +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() {
|
_cli_bash_autocomplete() {
|
||||||
local cur opts
|
local cur
|
||||||
|
|
||||||
COMPREPLY=()
|
COMPREPLY=()
|
||||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||||
|
Reference in New Issue
Block a user