Skip to content

Commit

Permalink
Correct an error in Git target that checks out immediate branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed Aug 11, 2016
1 parent 5d27789 commit 2c74427
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 @@ -827,7 +827,7 @@
<echo>Switching to immediate branch in data repository.</echo>
<exec executable="${git.executable}" dir="${shared.ws.dir}/${git.repo.project.data}" failonerror="true">
<arg value="checkout"/>
<arg value="deferred"/>
<arg value="immediate"/>
</exec>
</target>

Expand Down

0 comments on commit 2c74427

Please sign in to comment.