summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/velero
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2020-11-24 20:32:43 +0000
committerGitHub <noreply@github.com>2020-11-24 20:32:43 +0000
commitf5c92bb7fe2fcb7a6a0995e1c3a7be7d07d4b60f (patch)
tree664f339e4a696933411e8a246921a6f6e7c59c86 /pkgs/applications/networking/cluster/velero
parent6108c23eb40a14b428212d6e0cb1758467ec201f (diff)
parent86e6e8164a466b35157170ed41ed55d848c526ee (diff)
Merge pull request #103935 from vdesjardins/master
velero: rename completion file names
Diffstat (limited to 'pkgs/applications/networking/cluster/velero')
-rw-r--r--pkgs/applications/networking/cluster/velero/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/velero/default.nix b/pkgs/applications/networking/cluster/velero/default.nix
index 415031d27718..45cae94ec850 100644
--- a/pkgs/applications/networking/cluster/velero/default.nix
+++ b/pkgs/applications/networking/cluster/velero/default.nix
@@ -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; {