crystal-lang: fix to install completion
Closes Homebrew/homebrew#48583. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
a82caa54a2
commit
4998ca0057
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ class CrystalLang < Formula
|
|||
|
||||
bin.install ".build/crystal"
|
||||
prefix.install "src"
|
||||
bash_completion.install "etc/completion.bash" => "crystal"
|
||||
zsh_completion.install "etc/completion.zsh" => "crystal"
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue