summaryrefslogtreecommitdiff
path: root/lib/rubygems/commands/check_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/commands/check_command.rb')
-rw-r--r--lib/rubygems/commands/check_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/commands/check_command.rb b/lib/rubygems/commands/check_command.rb
index 17c2c8f9c7..4eefca4232 100644
--- a/lib/rubygems/commands/check_command.rb
+++ b/lib/rubygems/commands/check_command.rb
@@ -46,7 +46,7 @@ class Gem::Commands::CheckCommand < Gem::Command
say "\t#{error_entry.problem}"
say
end
- else
+ else
say "#{key} is error-free"
end
say