diff options
-rw-r--r-- | lib/rubygems/gemcutter_utilities.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ module Gem::GemcutterUtilities request.body = URI.encode_www_form({ :api_key => api_key }.merge(update_scope_params)) end - with_response response do |resp| say "Added #{scope} scope to the existing API key" end end |