Merge pull request #103935 from vdesjardins/master
velero: rename completion file names
This commit is contained in:
commit
f5c92bb7fe
|
@ -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 New Issue