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
1 changed files with 3 additions and 3 deletions

View File

@ -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; {