Skip to content

Commit

Permalink
Merge pull request #1367 from brettabamonte/fix_lastpass_err_msg_typo
Browse files Browse the repository at this point in the history
Fix LastPass error message typo
  • Loading branch information
djmb authored Jan 20, 2025
2 parents f8db5de + 4d67a16 commit 459c736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/secrets/adapters/last_pass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def fetch_secrets(secrets, from:, account:, session:)
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
Expand Down

0 comments on commit 459c736

Please sign in to comment.