lib/octopress/commands/doctor.rb in octopress-3.0.0.rc.8 vs lib/octopress/commands/doctor.rb in octopress-3.0.0.rc.9
- old
+ new
@@ -8,10 +8,10 @@
c.description 'Search site and print specific deprecation warnings'
CommandHelpers.add_common_options c
c.action do |args, options|
options = CommandHelpers.normalize_options(options)
- options = Jekyll.configuration(options.to_symbol_keys)
+ options = Jekyll.configuration(options)
Jekyll::Commands::Doctor.process(options)
end
end
end
end