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 52f7b81 commit 29eed10
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 @@ -123,7 +123,7 @@
<exec executable="${command}" 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 29eed10

Please sign in to comment.