Skip to content

Commit

Permalink
Fixed incorrect path in build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepwinter committed Oct 31, 2012
1 parent 91a942d commit d718407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</target>

<target name="init">
<copy file="modules/database/config/database.php" tofile="application/config"/>
<copy file="modules/database/config/database.php" tofile="application/config/database.php"/>
</target>

<target name="pull">
Expand Down

0 comments on commit d718407

Please sign in to comment.