correct name of git-bundle ant target

This commit is contained in:
idk
2020-12-30 15:38:47 -05:00
parent dcb7314306
commit ada3629507

View File

@@ -3127,7 +3127,7 @@
<checksum file="portable-win32.zip" forceOverwrite="yes"/>
<move file="portable" tofile="pkg-temp"/>
</target>
<target name="bundle" depends="pkg">
<target name="git-bundle" depends="pkg">
<exec executable="git" failonerror="true">
<arg value="bundle" />
<arg value="create" />