From cfcef50469f114a13548871420c71e878cd5efff Mon Sep 17 00:00:00 2001 From: Dangyi Liu Date: Sat, 4 Feb 2017 04:12:17 -0800 Subject: [PATCH] crystal-lang: install completion.zsh as _crystal Closes #9633. Signed-off-by: Tomasz Pajor --- Formula/crystal-lang.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/crystal-lang.rb b/Formula/crystal-lang.rb index 96b9f78743..f117f57cee 100644 --- a/Formula/crystal-lang.rb +++ b/Formula/crystal-lang.rb @@ -102,7 +102,7 @@ class CrystalLang < Formula bin.install ".build/crystal" prefix.install "src" bash_completion.install "etc/completion.bash" => "crystal" - zsh_completion.install "etc/completion.zsh" => "crystal" + zsh_completion.install "etc/completion.zsh" => "_crystal" end test do