fix(shell/kubectx): fix typo in completion setup function

This commit is contained in:
2025-02-11 08:29:48 +00:00
parent b6ac9ce2ac
commit e42f9794a5

View File

@@ -47,7 +47,7 @@ _setup-kubectx-completion() {
version="${version#v}"
src_url="https://github.com/ahmetb/kubectx/raw/refs/tags/v${version}/completion/_${cmd}.zsh"
echo "Completion script for ${cmd} (v#{version}) not found. Download and install?"
echo "Completion script for ${cmd} (v${version}) not found. Download and install?"
echo
echo " Download from: ${src_url}"
echo " Save to: ${tmpfile}"