diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2016-02-26 07:18:02 -0500 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2016-02-26 07:18:02 -0500 |
commit | c1bde20297730e08be2439c2ec7d7fdf1e218e61 (patch) | |
tree | ff5734f2a4ca3a1f42552af72ea31a1fbd10eaf4 /rebar.config.sample | |
parent | b9f058a32df52f11e674325dc24c8d2e3121a51a (diff) | |
parent | cf3e4718b0e1a6f5346e37822dea8dd4e7f06766 (diff) |
Merge pull request #1082 from egobrain/patch-1
Fixed rebar.config shell_apps setting
Diffstat (limited to 'rebar.config.sample')
-rw-r--r-- | rebar.config.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index de70998..f57f8dc 100644 --- a/rebar.config.sample +++ b/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 == |