From e42f9794a541222c2a194936b0b48cf82b0da9f3 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 11 Feb 2025 08:29:48 +0000 Subject: [PATCH] fix(shell/kubectx): fix typo in completion setup function --- zsh/kubernetes.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/kubernetes.zsh b/zsh/kubernetes.zsh index 2a54612..c60b7fd 100644 --- a/zsh/kubernetes.zsh +++ b/zsh/kubernetes.zsh @@ -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}"