Merge pull request #227689 from stehessel/helm-ls-fix-typo

helm-ls: fix completion cmd
This commit is contained in:
Nick Cao
2023-04-23 05:56:38 +08:00
committed by GitHub
@@ -29,7 +29,7 @@ buildGoModule rec {
postInstall = ''
mv $out/bin/helm-ls $out/bin/helm_ls
installShellCompletion --cmd roxctl \
installShellCompletion --cmd helm_ls \
--bash <($out/bin/helm_ls completion bash) \
--fish <($out/bin/helm_ls completion fish) \
--zsh <($out/bin/helm_ls completion zsh)