mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-11 17:50:29 +03:00
Merge branch 'yml_completion' into 'master'
bash completion: use correct yml suffix See merge request fdroid/fdroidserver!406
This commit is contained in:
commit
5ac943a3f2
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ __by_ext() {
|
||||||
}
|
}
|
||||||
|
|
||||||
__package() {
|
__package() {
|
||||||
files="$(__by_ext txt) $(__by_ext yaml) $(__by_ext json) $(__by_ext xml)"
|
files="$(__by_ext txt) $(__by_ext yml) $(__by_ext json) $(__by_ext xml)"
|
||||||
COMPREPLY=( $( compgen -W "$files" -- $cur ) )
|
COMPREPLY=( $( compgen -W "$files" -- $cur ) )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue