1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 08:18:52 -05:00

Move to GitHub

This commit is contained in:
Reinhard Pointner 2016-04-22 13:52:42 +08:00
parent 5a98684360
commit 350f350880

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" />