1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 09:52:16 -05:00

typo fix in releng targets

This commit is contained in:
Jesse Vincent 2010-10-03 17:07:06 +00:00
parent 0fa741568b
commit ee62ab9138

View File

@ -111,7 +111,7 @@
</target>
<target name="commit-version">
<exec executable="git" failonerror="true">
<arg line="commit -m'Bumped manifest to ${version.name}'AndroidManifest.xml"/>
<arg line="commit -m'Bumped manifest to ${version.name}' AndroidManifest.xml"/>
</exec>
<exec executable="git" failonerror="true">
<arg line="svn dcommit"/>