From 7b8523ea260c2bdbcae340fc6947015d7ecf4ab9 Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Mon, 20 Apr 2026 01:33:49 +0900 Subject: [PATCH] fix(nsupdate): fix typo "_comp_com{tp => pg}en" This is a regression introduced by commit 18723c81. --- completions-core/nsupdate.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions-core/nsupdate.bash b/completions-core/nsupdate.bash index 854e33cf1a6..0b95a3f64ca 100644 --- a/completions-core/nsupdate.bash +++ b/completions-core/nsupdate.bash @@ -19,7 +19,7 @@ _comp_cmd_nsupdate() ;; -*y) if [[ $cur == h* ]]; then - _comp_comtpen -- -W "hmac-{md5,sha{1,224,256,384,512}}" -S : + _comp_compgen -- -W "hmac-{md5,sha{1,224,256,384,512}}" -S : [[ ${COMPREPLY-} == *: ]] && compopt -o nospace fi return