Skip to content

Commit

Permalink
Correct runtime message to indicate the actual branch that was checke…
Browse files Browse the repository at this point in the history
…d out
  • Loading branch information
Alex Stuart committed Jun 23, 2017
1 parent 5e7ec9a commit e74256a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@
Checks out master branch of data repository
-->
<target name="git.data.masterbranch.checkout">
<echo>Switching to deferred branch in data repository.</echo>
<echo>Switching to master branch in data repository.</echo>
<exec executable="${git.executable}" dir="${shared.ws.dir}/${git.repo.project.data}" failonerror="true">
<arg value="checkout"/>
<arg value="master"/>
Expand Down

0 comments on commit e74256a

Please sign in to comment.