Repository: spark
Updated Branches:
  refs/heads/branch-1.6 2fc3fce8a -> 86a46ce68


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

I accidentally omitted these as part of #10049.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/86a46ce6
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/86a46ce6
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/86a46ce6

Branch: refs/heads/branch-1.6
Commit: 86a46ce686cd140aa9854e2d24cfd3313cd8b894
Parents: 2fc3fce
Author: Josh Rosen <joshro...@databricks.com>
Authored: Mon Nov 30 17:15:47 2015 -0800
Committer: Josh Rosen <joshro...@databricks.com>
Committed: Mon Nov 30 18:26:48 2015 -0800

----------------------------------------------------------------------
 docs/_plugins/copy_api_dirs.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/86a46ce6/docs/_plugins/copy_api_dirs.rb
----------------------------------------------------------------------
diff --git a/docs/_plugins/copy_api_dirs.rb b/docs/_plugins/copy_api_dirs.rb
index f2f3e2e..174c202 100644
--- a/docs/_plugins/copy_api_dirs.rb
+++ b/docs/_plugins/copy_api_dirs.rb
@@ -117,7 +117,7 @@ if not (ENV['SKIP_API'] == '1')
 
   puts "Moving to python/docs directory and building sphinx."
   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."
   cd("../../")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to