Skip to content

Commit

Permalink
scp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek committed Oct 15, 2024
1 parent 0387776 commit c1714d0
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 @@ -122,7 +122,7 @@
<exec executable="scp" passthru="true" checkreturn="true">
<arg value="-P ${deploy.ssh.port}"/>
<arg value="${file}"/>
<arg value="'${target}:${toDirectory}'"/>
<arg value="${target}:'${toDirectory}'"/>
</exec>
</target>

Expand Down

0 comments on commit c1714d0

Please sign in to comment.