Skip to content

Commit

Permalink
Merge pull request rvm#593 from jwhitley/fix_gemset_rename
Browse files Browse the repository at this point in the history
Use 'rvm do gem' in gemset_rename.
  • Loading branch information
mpapis committed Nov 11, 2011
2 parents d2d464e + 619e526 commit 252414b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gemsets
Expand Up @@ -459,7 +459,7 @@ gemset_rename()
return 1
fi

source_path="$(rvm_silence_logging=1 rvm "@$source_name" gem env gemdir)"
source_path="$(rvm_silence_logging=1 rvm "@$source_name" do gem env gemdir)"

if [[ -z "$source_path" || ! -d "$source_path" ]]
then
Expand Down

0 comments on commit 252414b

Please sign in to comment.