Skip to content

Commit

Permalink
Change warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jan 21, 2025
1 parent 0284b62 commit 4590e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hex/remote_converger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ defmodule Hex.RemoteConverger do
if deps_to_warn != [] do
IO.warn(
[
"the following deps set `warn_if_outdated: true` and are outdated:\n\n",
"the following deps are outdated and set \"warn_if_outdated: true\":\n\n",
Enum.map_join(deps_to_warn, "\n", fn {name, version} ->
" * #{name} #{version} is available"
end)
Expand Down

0 comments on commit 4590e64

Please sign in to comment.