mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
fix(chruby): fix typo in test for Homebrew path (#9887)
This commit is contained in:
parent
4d5bfe4c69
commit
97b4ab76b8
@ -37,7 +37,7 @@ _homebrew-installed() {
|
||||
}
|
||||
|
||||
_chruby-from-homebrew-installed() {
|
||||
[ -r _brew_prefix ] &> /dev/null
|
||||
[ -r $_brew_prefix ] &> /dev/null
|
||||
}
|
||||
|
||||
_ruby-build_installed() {
|
||||
|
Loading…
Reference in New Issue
Block a user