Merge pull request #5383 from ashmaroli/ruby-cucumber

Merge pull request 5383
This commit is contained in:
jekyllbot 2016-09-20 09:26:39 -07:00 committed by GitHub
commit 2eedf7d79c
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