Move to GitHub

This commit is contained in:
Reinhard Pointner 2016-04-22 13:52:42 +08:00
parent 5a98684360
commit 350f350880
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@
<target name="update">
<exec executable="git" failonerror="true">
<arg line="git reset --hard" />
<arg line="reset --hard" />
</exec>
<exec executable="git" failonerror="true">
<arg line="pull" />