mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 18:36:22 +00:00
registrar los cambios
This commit is contained in:
parent
dcbd1c02ac
commit
5fac827ca0
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class DeployRsync < Deploy
|
|||
#
|
||||
# @return [Boolean]
|
||||
def rsync
|
||||
run %(rsync -av --timeout=5 #{flags ? Shellwords.escape(flags) : ''} #{Shellwords.escape source}/ #{Shellwords.escape destination}/)
|
||||
run %(rsync -avi --timeout=5 #{flags ? Shellwords.escape(flags) : ''} #{Shellwords.escape source}/ #{Shellwords.escape destination}/)
|
||||
end
|
||||
|
||||
# El origen es el destino de la compilación
|
||||
|
|
Loading…
Reference in a new issue