remove unnecessary blank lines
This commit is contained in:
@@ -55,7 +55,7 @@ class Kamal::Secrets::Adapters::Passbolt < Kamal::Secrets::Adapters::Base
|
|||||||
missing_secrets = secret_names - found_names
|
missing_secrets = secret_names - found_names
|
||||||
raise RuntimeError, "Could not find the following secrets in Passbolt: #{missing_secrets.join(", ")}" if missing_secrets.any?
|
raise RuntimeError, "Could not find the following secrets in Passbolt: #{missing_secrets.join(", ")}" if missing_secrets.any?
|
||||||
|
|
||||||
items.to_h { |item| [item["name"], item["password"]] }
|
items.to_h { |item| [ item["name"], item["password"] ] }
|
||||||
end
|
end
|
||||||
|
|
||||||
def secrets_get_folders(secrets)
|
def secrets_get_folders(secrets)
|
||||||
|
|||||||
Reference in New Issue
Block a user