Browse Source

Merge pull request #1082 from egobrain/patch-1

Fixed rebar.config shell_apps setting
pull/1090/head
Fred Hebert 9 years ago
parent
commit
c1bde20297
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rebar.config.sample

+ 1
- 1
rebar.config.sample View File

@ -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 ==

Loading…
Cancel
Save