Merge pull request #103935 from vdesjardins/master

velero: rename completion file names
This commit is contained in:
Guillaume Girol 2020-11-24 20:32:43 +00:00 committed by GitHub
commit f5c92bb7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,9 +27,9 @@ buildGoModule rec {
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
$out/bin/velero completion bash > helm.bash
$out/bin/velero completion zsh > helm.zsh
installShellCompletion helm.{bash,zsh}
$out/bin/velero completion bash > velero.bash
$out/bin/velero completion zsh > velero.zsh
installShellCompletion velero.{bash,zsh}
'';
meta = with stdenv.lib; {