velero: rename completion file names
Prevent collision with Helm package.
This commit is contained in:
parent
f3a787f948
commit
86e6e8164a
1 changed files with 3 additions and 3 deletions
|
@ -27,9 +27,9 @@ buildGoModule rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
$out/bin/velero completion bash > helm.bash
|
$out/bin/velero completion bash > velero.bash
|
||||||
$out/bin/velero completion zsh > helm.zsh
|
$out/bin/velero completion zsh > velero.zsh
|
||||||
installShellCompletion helm.{bash,zsh}
|
installShellCompletion velero.{bash,zsh}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue