mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 10:16:22 +00:00
fix: cargar distributed press
This commit is contained in:
parent
29b0622ea8
commit
4192e8b8f9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Site
|
|||
#
|
||||
# @return [nil]
|
||||
def generate_private_key_pem!
|
||||
self.private_key_pem ||= DistributedPress::V1::Social::Client.new(public_key_url: nil, key_size: 2048).private_key.export
|
||||
self.private_key_pem ||= ::DistributedPress::V1::Social::Client.new(public_key_url: nil, key_size: 2048).private_key.export
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue