summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorDavid Stangl <david.stangl@student.hpi.de>2017-01-19 13:49:39 +0100
committerAndrew Gallant <jamslam@gmail.com>2017-01-19 08:33:54 -0500
commit7a926d090d16441a5fc0e56af5416c75e8966321 (patch)
tree55af86e17bf5df7ffaab1255bf05473b0d9fa89b /pkg
parent596f94aa7f62cdf24337cb1b76069abe8312b16c (diff)
Fix homebrew formula
Diffstat (limited to 'pkg')
-rw-r--r--pkg/brew/ripgrep-bin.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/brew/ripgrep-bin.rb b/pkg/brew/ripgrep-bin.rb
index 3a460b3c..014e6906 100644
--- a/pkg/brew/ripgrep-bin.rb
+++ b/pkg/brew/ripgrep-bin.rb
@@ -11,8 +11,8 @@ class RipgrepBin < Formula
bin.install "rg"
man1.install "rg.1"
- bash_completion.install "completion/rg.bash-completion"
- fish_completion.install "completion/rg.fish"
- zsh_completion.install "completion/_rg"
+ bash_completion.install "complete/rg.bash-completion"
+ fish_completion.install "complete/rg.fish"
+ zsh_completion.install "complete/_rg"
end
end