mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 21:21:42 +00:00
calcular el tamaño a partir de deploy local
This commit is contained in:
parent
35e41b729a
commit
ea25d27f24
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class DeployRsync < Deploy
|
|||
#
|
||||
# @return [Integer]
|
||||
def size
|
||||
deploy_local.build_stats.last.size
|
||||
deploy_local.size
|
||||
end
|
||||
|
||||
# Devolver el destino o lanzar un error si no está configurado
|
||||
|
|
Loading…
Reference in a new issue