diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rebar.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/rebar.rb b/Library/Formula/rebar.rb index 516b09789..9dbffe30d 100644 --- a/Library/Formula/rebar.rb +++ b/Library/Formula/rebar.rb @@ -9,5 +9,6 @@ class Rebar < Formula def install system "./bootstrap" bin.install "rebar" + (prefix+'etc/bash_completion.d').install 'priv/shell-completion/bash/rebar' end end |
