From 22ccfba8c4b36562f600450d1122e51da8d5fcf7 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 11 Mar 2014 07:37:22 +0200 Subject: [PATCH] Remove obsolete `normalize_options`. --- bin/jekyll | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/jekyll b/bin/jekyll index 04c05334..c073b755 100755 --- a/bin/jekyll +++ b/bin/jekyll @@ -106,7 +106,6 @@ Mercenary.program(:jekyll) do |p| c.option 'host', '-H', '--host [HOST]', 'Host to bind to' c.action do |args, options| - options = normalize_options(options) options = Jekyll.configuration(options.merge!({ 'source' => File.expand_path("../site", File.dirname(__FILE__)), 'destination' => File.expand_path("../site/_site", File.dirname(__FILE__))