nvm: install bash completion

Closes Homebrew/homebrew#27314.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Rajiv Bose 2014-03-08 00:59:32 +00:00 committed by Adam Vandenberg
parent a3fe7bfc94
commit dc52253c0d
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ class Nvm < Formula
def install
prefix.install 'nvm.sh'
bash_completion.install 'bash_completion' => 'nvm'
end
def caveats;