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