Skip to content

Commit

Permalink
Fix XML syntax error in install.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
becw authored Jul 6, 2017
1 parent dbf1ee7 commit 35b8b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<!-- Copy the build configuration templates. -->
<mkdir dir="${application.startdir}/conf" />
<copy tofile="${application.startdir}/conf/apache.circle.conf" file="${phing.dir.install}/../conf/apache.circle.conf" overwrite="true">
<copy tofile="${application.startdir}/conf/apache.circle.conf" file="${phing.dir.install}/../conf/apache.circle.conf" overwrite="true" />
<copy todir="${application.startdir}/conf/drupal">
<fileset dir="${phing.dir.install}/../conf/drupal" />
</copy>
Expand Down

0 comments on commit 35b8b19

Please sign in to comment.