diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-10-19 15:15:42 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-10-19 15:15:42 +0200 |
commit | 9551b810d90e0cfae565a7a30780233a12a81895 (patch) | |
tree | 3f7c3ba55a9cb06a74eabffb2e2df3f599a4f80f /sys-cluster | |
parent | sys-auth/yubico-piv-tool: Requires IUSE="-bindist" on openssl (diff) | |
download | gentoo-9551b810d90e0cfae565a7a30780233a12a81895.tar.gz gentoo-9551b810d90e0cfae565a7a30780233a12a81895.tar.bz2 gentoo-9551b810d90e0cfae565a7a30780233a12a81895.zip |
sys-cluster/kubectl: Fix zsh completions
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/kubectl/kubectl-1.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/kubectl/kubectl-1.8.1.ebuild b/sys-cluster/kubectl/kubectl-1.8.1.ebuild index 89ea95537ed0..d34aef512981 100644 --- a/sys-cluster/kubectl/kubectl-1.8.1.ebuild +++ b/sys-cluster/kubectl/kubectl-1.8.1.ebuild @@ -40,7 +40,7 @@ src_install() { newbashcomp ${PN}.bash ${PN} insinto /usr/share/zsh/site-functions - newins ${PN}.zsh ${PN} + newins ${PN}.zsh _${PN} popd || die } |