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

I accidentally omitted these as part of #10049.
This commit is contained in:
Josh Rosen 2015-11-30 17:15:47 -08:00
parent 96bf468c78
commit f73379be2b

View file

@ -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("../../")