Skip to content

Commit

Permalink
Remove patchlevel from rvmrc version spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ged committed Mar 13, 2012
1 parent 6db2796 commit 6aa8927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rvmrc
Expand Up @@ -3,7 +3,7 @@
# This is an RVM Project .rvmrc file, used to automatically load the ruby
# development environment upon cd'ing into the directory

environment_id="ruby-1.9.3-p0@configurability"
environment_id="ruby-1.9.3@configurability"

if [[ -d "${rvm_path:-$HOME/.rvm}/environments" \
&& -s "${rvm_path:-$HOME/.rvm}/environments/$environment_id" ]]; then
Expand Down

0 comments on commit 6aa8927

Please sign in to comment.