mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 17:26:21 +00:00
fix: output para rsync
This commit is contained in:
parent
431b7223b6
commit
f90ca9cd12
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class DeployRsync < Deploy
|
|||
#
|
||||
# @return [Boolean]
|
||||
def rsync(output: output)
|
||||
run %(rsync -aviH --delete-after --timeout=5 #{Shellwords.escape source}/ #{Shellwords.escape destination}/)
|
||||
run %(rsync -aviH --delete-after --timeout=5 #{Shellwords.escape source}/ #{Shellwords.escape destination}/), output: output
|
||||
end
|
||||
|
||||
# El origen es el destino de la compilación
|
||||
|
|
Loading…
Reference in a new issue