Skip to content

Commit

Permalink
Fix Elixir 1.17 warning about charlist syntax in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
michallepicki committed Jun 2, 2024
1 parent 825f3a9 commit 074c841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule Hound.Mixfile do
[
extra_applications: [:logger],
mod: {Hound, []},
description: 'Integration testing and browser automation library',
description: ~c"Integration testing and browser automation library",
]
end

Expand Down

0 comments on commit 074c841

Please sign in to comment.