Skip to content

Commit

Permalink
Correct some incorrect comments in Git handling targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed Aug 11, 2016
1 parent 6493d30 commit 5d27789
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 @@ -763,7 +763,7 @@
</target>

<!--
Merges immediate branch into deferred branch of data repo
Merges master branch into deferred branch of data repo
-->
<target name="git.data.merge.masterintodeferred">
<echo>Merging master branch into deferred branch of data repository.</echo>
Expand All @@ -781,7 +781,7 @@
</target>

<!--
Merges immediate branch into deferred branch of data repo
Merges deferred branch into master branch of data repo
-->
<target name="git.data.merge.deferredintomaster">
<echo>Merging deferred branch into master branch of data repository.</echo>
Expand Down

0 comments on commit 5d27789

Please sign in to comment.