From 7e7806837c8782f63cdf137bd0d5ae320c5535ee Mon Sep 17 00:00:00 2001 From: Josh Tilles Date: Mon, 20 Jan 2014 23:38:32 -0500 Subject: [PATCH] opam: adhere to zsh naming convention Signed-off-by: Jack Nagel --- Formula/opam.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/opam.rb b/Formula/opam.rb index 0d8e65abd6..879707be5c 100644 --- a/Formula/opam.rb +++ b/Formula/opam.rb @@ -23,7 +23,7 @@ class Opam < Formula system "make", "install" bash_completion.install "shell/opam_completion.sh" - zsh_completion.install "shell/opam_completion_zsh.sh" + zsh_completion.install "shell/opam_completion_zsh.sh" => "_opam" end test do