Skip to content

Commit 86a46ce

Browse files
committed
[HOTFIX][SPARK-12000] Add missing quotes in Jekyll API docs plugin.
I accidentally omitted these as part of apache#10049.
1 parent 2fc3fce commit 86a46ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_plugins/copy_api_dirs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117

118118
puts "Moving to python/docs directory and building sphinx."
119119
cd("../python/docs")
120-
system(make html) || raise("Python doc generation failed")
120+
system("make html") || raise("Python doc generation failed")
121121

122122
puts "Moving back into home dir."
123123
cd("../../")

0 commit comments

Comments
 (0)