fix(chruby): fix typo in test for Homebrew path (#9887)

This commit is contained in:
Michael J. Cohen 2021-09-06 05:31:56 -04:00 committed by GitHub
parent 4d5bfe4c69
commit 97b4ab76b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ _homebrew-installed() {
}
_chruby-from-homebrew-installed() {
[ -r _brew_prefix ] &> /dev/null
[ -r $_brew_prefix ] &> /dev/null
}
_ruby-build_installed() {