kubernetes-cli: install metafiles

Closes #19002.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
Dominyk Tiller 2017-10-05 01:34:08 +01:00 committed by ilovezfs
parent 591e948c58
commit c3634a89a5

View file

@ -38,6 +38,8 @@ class KubernetesCli < Formula
output = Utils.popen_read("#{bin}/kubectl completion zsh")
(zsh_completion/"_kubectl").write output
prefix.install_metafiles
# Install man pages
# Leave this step for the end as this dirties the git tree
system "hack/generate-docs.sh"