run features on windows

This commit is contained in:
Ashwin Maroli 2016-09-19 17:08:00 +05:30
parent 7a9427ccec
commit 75d59911ae
1 changed files with 1 additions and 1 deletions

View File

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