Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Tidy up git commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Stuart committed Aug 17, 2016
1 parent 9ca2f79 commit bac1ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@
<exec executable="${git.executable}" dir="${shared.ws.dir}/${git.repo.project.products}" failonerror="true">
<arg value="commit"/>
<arg value="-m"/>
<arg value="'Commiting new unsigned files into products repo'"/>
<arg value="Commit new unsigned files into products repo"/>
</exec>
</target>

Expand All @@ -1021,7 +1021,7 @@
<exec executable="${git.executable}" dir="${shared.ws.dir}/${git.repo.project.products}" failonerror="true">
<arg value="commit"/>
<arg value="-m"/>
<arg value="'Commiting new signed files into products repo.'"/>
<arg value="Commit new signed files into products repo"/>
</exec>
</target>

Expand Down

0 comments on commit bac1ab2

Please sign in to comment.