Unverified Commit 97b4ab76 authored by Michael J. Cohen's avatar Michael J. Cohen Committed by GitHub

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

parent 4d5bfe4c
......@@ -37,7 +37,7 @@ _homebrew-installed() {
}
_chruby-from-homebrew-installed() {
[ -r _brew_prefix ] &> /dev/null
[ -r $_brew_prefix ] &> /dev/null
}
_ruby-build_installed() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment