Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in force-update task
  • Loading branch information
cdujeu committed Nov 7, 2015
1 parent eefeeca commit eefabe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/phing/build-pydio.xml
Expand Up @@ -567,7 +567,7 @@
</fileset>
</copy>
<phingcall target="grunt">
<property name="${plugin_abs_dir}" value="${upgrade_export}/plugins/${plugin}"/>
<property name="plugin_abs_dir" override="true" value="${upgrade_export}/plugins/${plugin}"/>
</phingcall>
</then>
</if>
Expand Down

0 comments on commit eefabe4

Please sign in to comment.