Commit 0582bd19 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1763 from jonilicious/master

RVM plugin - Fixes wrong variable used in 'rb20' function
parents 26e936e6 2f7479b5
......@@ -31,7 +31,7 @@ compdef _rb19 rb19
function rb20 {
if [ -z "$1" ]; then
rvm use "$ruby"
rvm use "$ruby20"
else
rvm use "$ruby20@$1"
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment