Skip to content

Commit

Permalink
fix typo: cannot install ruby-build
Browse files Browse the repository at this point in the history
  • Loading branch information
wongyouth committed Jun 15, 2012
1 parent 609a55b commit 3c5d2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbenv-installer.sh
Expand Up @@ -17,7 +17,7 @@ fi


# Install plugins: # Install plugins:
PLUGINS=( "sstephenson:rbenv-vars" PLUGINS=( "sstephenson:rbenv-vars"
"sstephenson::ruby-build" ) "sstephenson:ruby-build" )


for plugin in ${PLUGINS[@]} ; do for plugin in ${PLUGINS[@]} ; do


Expand Down

0 comments on commit 3c5d2dd

Please sign in to comment.