Skip to content

Commit

Permalink
LPS-111056 Git directory can be a file if using worktree
Browse files Browse the repository at this point in the history
  • Loading branch information
vicnate5 authored and brianchandotcom committed Mar 27, 2020
1 parent c033ff6 commit 4f14bd4
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 @@ -175,7 +175,7 @@ message.
<gradle-stop-daemon />

<if>
<available file="${project.dir}/.git" type="dir" />
<available file="${project.dir}/.git" />
<then>
<execute>
${build.git.clean.command}
Expand Down

0 comments on commit 4f14bd4

Please sign in to comment.