From cf3e4718b0e1a6f5346e37822dea8dd4e7f06766 Mon Sep 17 00:00:00 2001 From: Yakov Date: Fri, 26 Feb 2016 12:34:48 +0300 Subject: Fixed rebar.config shell_apps setting --- rebar.config.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rebar.config.sample') 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 == -- cgit v1.1