Fix 2 syntax errors.

This commit is contained in:
Parker Moore 2014-10-21 20:32:23 -07:00
parent 0ad2c338c4
commit 519b60d012
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ def run_jekyll(args)
child.status.exitstatus == 0 child.status.exitstatus == 0
end end
def run_in_shell(args, options) def run_in_shell(*args)
POSIX::Spawn::Child.new *args, :out => [JEKYLL_COMMAND_OUTPUT_FILE, "w"]) POSIX::Spawn::Child.new *args, :out => [JEKYLL_COMMAND_OUTPUT_FILE, "w"]
end end
def slug(title) def slug(title)