Skip to content

Commit

Permalink
Merge pull request #943 from richcarl/patch-1
Browse files Browse the repository at this point in the history
Fix copy/paste error
  • Loading branch information
ferd authored Dec 12, 2024
2 parents 19bbd63 + 5a7d2f8 commit c497cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rlx_app_info.erl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ included_applications(#{included_applications := Deps}) ->
Deps.

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

-spec link(t()) -> boolean().
Expand Down

0 comments on commit c497cae

Please sign in to comment.