Skip to content

Commit

Permalink
escape
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Staněk committed Oct 17, 2024
1 parent 8951927 commit 3b92bdb
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 &apos;${allReleases}&apos; | grep -v &apos;^${deploy.releaseHash}$&apos;" | tr "\n" " "'/>
<arg line='"echo &apos;${allReleases}&apos; | grep -v &apos;^${deploy.releaseHash}$&apos;" | tr &apos;\n&apos; &apos; &apos;"'/>
</exec>

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

0 comments on commit 3b92bdb

Please sign in to comment.