1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

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() {