Skip to content

Commit

Permalink
Fixed a typo which was causing default rvm not to load
Browse files Browse the repository at this point in the history
  • Loading branch information
gja committed Jul 19, 2011
1 parent 2e039ac commit d8dd34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/goldberg-build
Expand Up @@ -25,7 +25,7 @@ rvm_script_sourced()
{
if [ -e ~/.rvm/scripts/rvm ]; then
source ~/.rvm/scripts/rvm
elif [ -e /usr/local/rvm/scripts/rvm]; then
elif [ -e /usr/local/rvm/scripts/rvm ]; then
source /usr/local/rvm/scripts/rvm
else
return -1
Expand Down

0 comments on commit d8dd34a

Please sign in to comment.