diff -r 5be268bc4c69 -r 66db59d77033 bash-completion.sh --- a/bash-completion.sh Sun Oct 25 21:48:11 2020 +0100 +++ b/bash-completion.sh Sun Oct 25 21:55:20 2020 +0100 @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -_relpipe_in_xmltable_completion() { +_relpipe_in_yamltable_completion() { local w0 w1 w2 w3 COMPREPLY=() @@ -92,4 +92,4 @@ fi } -complete -F _relpipe_in_xmltable_completion relpipe-in-xmltable +complete -F _relpipe_in_yamltable_completion relpipe-in-yamltable