Change LassPass to LastPass

This commit is contained in:
brettabamonte
2025-01-18 19:11:34 -05:00
parent a388937de8
commit 4d67a1671a

View File

@@ -24,7 +24,7 @@ class Kamal::Secrets::Adapters::LastPass < Kamal::Secrets::Adapters::Base
end
if (missing_items = secrets - results.keys).any?
raise RuntimeError, "Could not find #{missing_items.join(", ")} in LassPass"
raise RuntimeError, "Could not find #{missing_items.join(", ")} in LastPass"
end
end
end