Переглянути джерело

Fix invalid template value

Used a nonexisting option instead of a correct one
pull/1249/head
Fred Hebert 8 роки тому
джерело
коміт
c3f336763f
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      priv/templates/escript_rebar.config

+ 1
- 1
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"}.

Завантаження…
Відмінити
Зберегти