Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 29, 2012
1 parent 09696c7 commit 49c8f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/chruby/chruby.sh
Expand Up @@ -22,8 +22,8 @@ function chruby_reset()

function chruby_use()
{
if [[ ! -x "$RUBY_ROOT/bin/ruby" ]]; then
echo "chruby: $RUBY_ROOT/bin/ruby not executable" >&2
if [[ ! -x "$1/bin/ruby" ]]; then
echo "chruby: $1/bin/ruby not executable" >&2
return 1
fi

Expand Down

0 comments on commit 49c8f59

Please sign in to comment.