run features on windows
This commit is contained in:
parent
7a9427ccec
commit
75d59911ae
|
@ -90,7 +90,7 @@ end
|
|||
|
||||
def run_jekyll(args)
|
||||
args = args.strip.split(" ") # Shellwords?
|
||||
process = run_in_shell(Paths.jekyll_bin.to_s, *args, "--trace")
|
||||
process = run_in_shell("ruby", Paths.jekyll_bin.to_s, *args, "--trace")
|
||||
process.exitstatus.zero?
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue