Repository: incubator-zeppelin Updated Branches: refs/heads/master 11a18a19b -> 146b330d4
pom typo fix for pyspark profile Very small typo fix for pom.xml Author: Felix Cheung <[email protected]> Closes #196 from felixcheung/pomfix and squashes the following commits: e9516f9 [Felix Cheung] pom typo fix for pyspark profile Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/146b330d Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/146b330d Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/146b330d Branch: refs/heads/master Commit: 146b330d4c5b86891e536749bc5d569e0b16f418 Parents: 11a18a1 Author: Felix Cheung <[email protected]> Authored: Sun Aug 9 16:46:11 2015 -0700 Committer: Lee moon soo <[email protected]> Committed: Mon Aug 10 21:55:24 2015 -0700 ---------------------------------------------------------------------- spark/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/146b330d/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index 9b82acb..d4c7fb5 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -761,7 +761,7 @@ <directory>${basedir}/../python/build</directory> </fileset> <fileset> - <directory>${project.build.direcoty}/spark-dist</directory> + <directory>${project.build.directory}/spark-dist</directory> </fileset> </filesets> </configuration>
