Skip to content

Commit

Permalink
pom typo fix for pyspark profile
Browse files Browse the repository at this point in the history
Very small typo fix for pom.xml

Author: Felix Cheung <felixcheung_m@hotmail.com>

Closes #196 from felixcheung/pomfix and squashes the following commits:

e9516f9 [Felix Cheung] pom typo fix for pyspark profile
  • Loading branch information
felixcheung authored and Leemoonsoo committed Aug 11, 2015
1 parent 11a18a1 commit 146b330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 146b330

Please sign in to comment.