aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorPavel Borzenkov2013-08-13 14:42:15 +0400
committerAdam Vandenberg2013-08-13 07:22:03 -0700
commit56d778cd49b7b0884552a467ccbc8879d991a14d (patch)
tree9d3a64b724e4e02ec4243752042f49e4e2a3f861 /Library/Formula
parent3b4eeb50ec89bf617ded983ac55c65964726cb50 (diff)
downloadhomebrew-56d778cd49b7b0884552a467ccbc8879d991a14d.tar.bz2
pass: install zsh completion files
Closes #21866. Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com> Closes #21866. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pass.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/pass.rb b/Library/Formula/pass.rb
index 83c896fbc..894f42627 100644
--- a/Library/Formula/pass.rb
+++ b/Library/Formula/pass.rb
@@ -15,6 +15,7 @@ class Pass < Formula
def install
system "make DESTDIR=#{prefix} PREFIX=/ install"
+ zsh_completion.install "contrib/pass.zsh-completion" => "_pass"
end
def test