Skip to content

Commit 8876d0c

Browse files
authored
Merge pull request #2325 from paulo-ferraz-oliveira/feature/rebar_config_sample_shell_script_file
Feature shell.script_file in rebar.config.sample
2 parents 0952780 + b751a02 commit 8876d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219

220220
%% apps to auto-boot with `rebar3 shell'; defaults to apps
221221
%% specified in a `relx' tuple, if any.
222-
{shell, [{apps, [app1, app2]}]}.
222+
{shell, [{apps, [app1, app2]}, {script_file, "shell.escript"}]}.
223223

224224
%% == xref ==
225225

0 commit comments

Comments
 (0)