Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilpowar17 committed Oct 13, 2023
1 parent 4c2380f commit 2466f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jck/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<equals arg1="${return.code}" arg2="0"/>
</not>
<then>
<echo message="Error: Git command failed with return code ${return.code}. Delete the directory and retry" />
<echo message="Error: Git command failed with return code ${return.code}. Delete the directory and continue" />
<delete dir="${JCK_ROOT_USED}" failonerror="true" />
</then>
<else>
Expand Down

0 comments on commit 2466f9f

Please sign in to comment.