Skip to content

Commit

Permalink
Merge pull request #27 from josevalim/patch-1
Browse files Browse the repository at this point in the history
Update mix.exs
  • Loading branch information
slashmili authored Jul 29, 2024
2 parents f5cd0ba + 9279a63 commit cf5804d
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 cf5804d

Please sign in to comment.