Skip to content

Commit

Permalink
Use include_paths directive in app.src (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
starbelly committed Oct 16, 2023
1 parent 9b5c037 commit 8f69d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebar3_ex_doc.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
{env,[]},
{modules, []},
{licenses, ["Apache-2.0"]},
{include_files, ["priv/ex_doc"]},
{include_paths, ["priv/ex_doc"]},
{links, [{"Github", "https://github.com/starbelly/rebar3_ex_doc"}]}
]}.

0 comments on commit 8f69d7d

Please sign in to comment.