mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 17:26:21 +00:00
fixup! hacer deploys remotos
This commit is contained in:
parent
accb559f01
commit
f10b65173a
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ class DeployRsync < Deploy
|
|||
|
||||
# Devolver el destino o lanzar un error si no está configurado
|
||||
def destination
|
||||
values[:destination].tap do |_d|
|
||||
raise ArgumentError, 'destination no está configurado'
|
||||
values[:destination].tap do |d|
|
||||
raise(ArgumentError, 'destination no está configurado') if d.blank?
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue