mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
fix(shell/kubectx): fix typo in completion setup function
This commit is contained in:
@@ -47,7 +47,7 @@ _setup-kubectx-completion() {
|
|||||||
version="${version#v}"
|
version="${version#v}"
|
||||||
src_url="https://github.com/ahmetb/kubectx/raw/refs/tags/v${version}/completion/_${cmd}.zsh"
|
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
|
||||||
echo " Download from: ${src_url}"
|
echo " Download from: ${src_url}"
|
||||||
echo " Save to: ${tmpfile}"
|
echo " Save to: ${tmpfile}"
|
||||||
|
|||||||
Reference in New Issue
Block a user