Skip to content

Commit

Permalink
escape fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek committed Oct 15, 2024
1 parent c1714d0 commit 50ecdcd
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 @@ -110,7 +110,7 @@
<target name="deploy:ssh">
<echo message="${comment}..."/>
<echo message="${command}"/>
<exec executable="ssh" passthru="true" checkreturn="true">
<exec executable="ssh" passthru="true" checkreturn="true" escape="false">
<arg value="${deploy.ssh.target}"/>
<arg value="-p ${deploy.ssh.port}"/>
<arg value="'${command}'"/>
Expand Down

0 comments on commit 50ecdcd

Please sign in to comment.