Unverified Commit b8584aba authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

helm-ls: fix completion cmd
parents 41f44bc0 80d42840
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)