From b751a0292672558cdf6fde53c87ec7009bf96b6e Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Sat, 15 Aug 2020 01:08:21 +0100 Subject: [PATCH] Approach the "Principle of Least Astonishment" --- rebar.config.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.sample b/rebar.config.sample index 2e730488..e069ed82 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -219,7 +219,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]}, {script_file, "shell.escript"}]}. %% == xref ==