Skip to content

Commit ef10db4

Browse files
committed
Include bbmustache in the release for 'mongooseimctl bootstrap'
It was missed during the app starting rework, leading to package building job failures.
1 parent b3292df commit ef10db4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rebar.config.script

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ BaseApps = [kernel, stdlib, sasl,
2424
{nksip, none},
2525
{nkservice, none},
2626
{nkpacket, none},
27-
{nklib, none}
27+
{nklib, none},
28+
{bbmustache, none}
2829
],
2930

3031
Apps = case os:getenv("DEVNODE") of

0 commit comments

Comments
 (0)