diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2016-06-26 21:03:03 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2016-06-26 21:03:03 -0400 |
commit | c3f336763f3f65babcdfe8c1faedb5ca9eff2a8c (patch) | |
tree | 21024cd33596ea3f4117a0a6ab57d26308c65345 /priv/templates | |
parent | 6bc8ccefd344ba1620b183c5c6810b6cd727d841 (diff) |
Fix invalid template value
Used a nonexisting option instead of a correct one
Diffstat (limited to 'priv/templates')
-rw-r--r-- | priv/templates/escript_rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/escript_rebar.config b/priv/templates/escript_rebar.config index 196f835..ef498a8 100644 --- a/priv/templates/escript_rebar.config +++ b/priv/templates/escript_rebar.config @@ -3,7 +3,7 @@ {escript_incl_apps, [{{name}}]}. -{escript_top_level_app, {{name}}}. +{escript_main_app, {{name}}}. {escript_name, {{name}}}. {escript_emu_args, "%%! +sbtu +A0\n"}. |