Skip to content

Commit

Permalink
fix extension name in message (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed May 31, 2023
1 parent d100417 commit b4c2d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ecto_psql_extras/diagnose_logic.ex
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ defmodule EctoPSQLExtras.DiagnoseLogic do
if EctoPSQLExtras.ssl_info_enabled(repo) do
ssl_used_data(repo)
else
[false, "ssl_used", "Cannot check connection status because 'ssl_info' extension is not enabled."]
[false, "ssl_used", "Cannot check connection status because 'sslinfo' extension is not enabled."]
end
end

Expand Down

0 comments on commit b4c2d94

Please sign in to comment.