Skip to content

Commit

Permalink
Update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Jul 26, 2024
1 parent f5cd0ba commit 9279a63
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 @@ -22,7 +22,7 @@ defmodule ExSyslogger.Mixfile do
#
# Type `mix help compile.app` for more information
def application do
[applications: [:logger], included_applications: [:syslog]]
[extra_applications: [:logger], included_applications: [:syslog]]
end

defp description do
Expand Down

0 comments on commit 9279a63

Please sign in to comment.