Skip to content

Commit

Permalink
Update rvm.plugin.zsh
Browse files Browse the repository at this point in the history
Ruby 2.1.1 -> Ruby 2.1.2.
  • Loading branch information
admpsktt committed Jul 31, 2014
1 parent 207b6a1 commit e5ac500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rvm/rvm.plugin.zsh
Expand Up @@ -6,7 +6,7 @@ alias gemsets='rvm gemset list'
local ruby18='ruby-1.8.7'
local ruby19='ruby-1.9.3'
local ruby20='ruby-2.0.0'
local ruby21='ruby-2.1.1'
local ruby21='ruby-2.1.2'

function rb18 {
if [ -z "$1" ]; then
Expand Down

0 comments on commit e5ac500

Please sign in to comment.