Merge pull request #5383 from ashmaroli/ruby-cucumber
Merge pull request 5383
This commit is contained in:
commit
2eedf7d79c
|
@ -90,7 +90,7 @@ end
|
||||||
|
|
||||||
def run_jekyll(args)
|
def run_jekyll(args)
|
||||||
args = args.strip.split(" ") # Shellwords?
|
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?
|
process.exitstatus.zero?
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue