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

master
Michael J. Cohen 5 years ago committed by GitHub
parent 4d5bfe4c69
commit 97b4ab76b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugins/chruby/chruby.plugin.zsh

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

Loading…
Cancel
Save