Skip to content

Commit

Permalink
escape
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek committed Oct 17, 2024
1 parent f453768 commit 534f891
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 @@ -126,7 +126,7 @@

<exec executable="bash" outputProperty="previousReleases" checkreturn="true">
<arg value="-c"/>
<arg line='"echo \"${allReleases}\" | grep -v \"^${deploy.releaseHash}$\""'/>
<arg line='"echo &apos;${allReleases}&apos; | grep -v &apos;^${deploy.releaseHash}$&apos;"'/>
</exec>

<phingcall target="deploy:ssh">
Expand Down

0 comments on commit 534f891

Please sign in to comment.