I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit ada36295 authored by idk's avatar idk
Browse files

correct name of git-bundle ant target

parent dcb73143
No related branches found
No related tags found
No related merge requests found
......@@ -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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment