Skip to content

Commit

Permalink
Merge pull request #316 from tylerhunt/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo in the gemset_empty() warning.
  • Loading branch information
mpapis committed Jun 29, 2011
2 parents add08aa + c28ed5c commit ef4cb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gemsets
Expand Up @@ -298,7 +298,7 @@ gemset_empty()

elif [[ -d "$gemdir" ]]
then
rvm_warn "Are you SURE you wish to remove the installed gemset for gemset '$(basename "$gemdir")' ($gemdir)?"
rvm_warn "Are you SURE you wish to remove the installed gems for gemset '$(basename "$gemdir")' ($gemdir)?"

echo -n "(anything other than 'yes' will cancel) > "
read response
Expand Down

0 comments on commit ef4cb0f

Please sign in to comment.