Skip to content

Commit

Permalink
Merge pull request ohmyzsh#4408 from DoomHammer/fix-chruby-test-expre…
Browse files Browse the repository at this point in the history
…ssion

Fix invalid test expression.
  • Loading branch information
robbyrussell committed Sep 26, 2015
2 parents a97a308 + 17088c6 commit 4204cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/chruby/chruby.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ _homebrew-installed() {
}

_chruby-from-homebrew-installed() {
[ -r $(brew --prefix chruby)] &> /dev/null
[ -r $(brew --prefix chruby) ] &> /dev/null
}

_ruby-build_installed() {
Expand Down

0 comments on commit 4204cfd

Please sign in to comment.