Skip to content
Snippets Groups Projects
Commit f73379be authored by Josh Rosen's avatar Josh Rosen
Browse files

[HOTFIX][SPARK-12000] Add missing quotes in Jekyll API docs plugin.

I accidentally omitted these as part of #10049.
parent 96bf468c
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ if not (ENV['SKIP_API'] == '1') ...@@ -117,7 +117,7 @@ if not (ENV['SKIP_API'] == '1')
puts "Moving to python/docs directory and building sphinx." puts "Moving to python/docs directory and building sphinx."
cd("../python/docs") cd("../python/docs")
system(make html) || raise("Python doc generation failed") system("make html") || raise("Python doc generation failed")
puts "Moving back into home dir." puts "Moving back into home dir."
cd("../../") cd("../../")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment