mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 14:31:42 +00:00
BREAKING CHANGE: usar la última instancia de Distributed Press
This commit is contained in:
parent
95198832c4
commit
b759398a4e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class DeployDistributedPress < Deploy
|
|||
#
|
||||
# @return [DistributedPressPublisher]
|
||||
def publisher
|
||||
@publisher ||= DistributedPressPublisher.first
|
||||
@publisher ||= DistributedPressPublisher.last
|
||||
end
|
||||
|
||||
# El cliente para actualizar el sitio
|
||||
|
|
Loading…
Reference in a new issue