Merge pull request #2121 from XhmikosR/docs

This commit is contained in:
Parker Moore 2014-03-11 08:32:32 -04:00
commit 76313dfd99
1 changed files with 0 additions and 1 deletions

View File

@ -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__))