mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
fix(chruby): fix typo in test for Homebrew path (#9887)
This commit is contained in:
parent
4d5bfe4c69
commit
97b4ab76b8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue