Просмотр исходного кода

Merge pull request #1082 from egobrain/patch-1

Fixed rebar.config shell_apps setting
pull/1090/head
Fred Hebert 9 лет назад
Родитель
Сommit
c1bde20297
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      rebar.config.sample

+ 1
- 1
rebar.config.sample Просмотреть файл

@ -211,7 +211,7 @@
%% apps to auto-boot with `rebar3 shell'; defaults to apps
%% specified in a `relx' tuple, if any.
{shell_apps, [app1, app2]}
{shell, [{apps, [app1, app2]}]}.
%% == xref ==

Загрузка…
Отмена
Сохранить