Skip to content

Commit

Permalink
horus.app: Add priv to distributed files and dirs
Browse files Browse the repository at this point in the history
We put the `horus_cover_helper.erl` source file there.
  • Loading branch information
dumbbell committed Apr 5, 2023
1 parent 83ccdc3 commit 1332402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/horus.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{env, [{skip_collection_froms_apps, []}]},
{files, [
"README.md", "LICENSE", "mix.exs",
"rebar.config", "rebar.lock", "src", "include"]},
"rebar.config", "rebar.lock", "src", "include", "priv"]},
{modules, []},
{licenses, ["Apache-2.0", "MPL-2.0"]},
{links, [{"GitHub", "https://github.com/rabbitmq/horus"}]},
Expand Down

0 comments on commit 1332402

Please sign in to comment.