diff options
-rw-r--r-- | lib/rubygems/commands/generate_index_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ Marshal::MINOR_VERSION constants. It is used to ensure compatibility. if not File.exist?(options[:directory]) or not File.directory?(options[:directory]) then - alert_error "unknown directory name #{directory}." terminate_interaction 1 else indexer = Gem::Indexer.new options.delete(:directory), options |