diff --git a/bin/jekyll b/bin/jekyll index bfe13068..403bfbd9 100755 --- a/bin/jekyll +++ b/bin/jekyll @@ -122,10 +122,10 @@ command :docs do |c| c.action do |args, options| options = normalize_options(options.__hash__) - options = Jekyll.configuration(options).merge({ + options = Jekyll.configuration(options.merge!({ 'source' => File.expand_path("../site", File.dirname(__FILE__)), 'destination' => File.expand_path("../site/_site", File.dirname(__FILE__)) - }) + })) puts options Jekyll::Commands::Build.process(options) Jekyll::Commands::Serve.process(options)