erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
696 stars 233 forks source link

relx_app_info:optional_applications/1 looks at wrong attribute #934

Open uwiger opened 6 months ago

uwiger commented 6 months ago

In relx_app_info.erl

-spec optional_applications(t()) -> [atom()].
optional_applications(#{included_applications := Deps}) ->
    Deps.

This seems like a copy-paste error

tsloughter commented 6 months ago

That it is :)