Skip to content

Commit def4928

Browse files
authored
Merge pull request #24 from UncleGrumpy/fix_rebar.config
Fix new atomvm_app name in rebar.config
2 parents 7b7a329 + f12f349 commit def4928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

priv/rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
atomvm_rebar3_plugin
2222
]}.
2323
{atomvm_rebar3_plugin, [
24-
{packbeam, [{start, myapp}, prune]}
24+
{packbeam, [{start, {{name}}}, prune]}
2525
]}.

0 commit comments

Comments
 (0)