mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Fix 2 syntax errors.
This commit is contained in:
@@ -30,8 +30,8 @@ def run_jekyll(args)
|
||||
child.status.exitstatus == 0
|
||||
end
|
||||
|
||||
def run_in_shell(args, options)
|
||||
POSIX::Spawn::Child.new *args, :out => [JEKYLL_COMMAND_OUTPUT_FILE, "w"])
|
||||
def run_in_shell(*args)
|
||||
POSIX::Spawn::Child.new *args, :out => [JEKYLL_COMMAND_OUTPUT_FILE, "w"]
|
||||
end
|
||||
|
||||
def slug(title)
|
||||
|
||||
Reference in New Issue
Block a user