Skip to content

Commit 303d6a4

Browse files
committed
Ensure ddskerl is included in releases
1 parent c15728e commit 303d6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prometheus.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{vsn, git},
44
{registered, []},
55
{mod, {prometheus, []}},
6-
{applications, [kernel, stdlib]},
6+
{applications, [kernel, stdlib, ddskerl]},
77
{env, []},
88
{modules, []},
99
{description, "Prometheus monitoring system and time series database client in Erlang."},

0 commit comments

Comments
 (0)