aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2014-03-19 18:15:42 +0100
committerJordan Wilberding <[email protected]>2014-03-19 18:15:42 +0100
commit9e17ff5d35fbad8b4c66754c31a5397090c01ae0 (patch)
treefd1483f38bb28c5ddf3e5f92a6f16d4f941933dc
parent5f4095d9367dac51a37a3c7173fee6d209904cee (diff)
parent181f634b76cdf05c72bee8fc311d283dc602f8b4 (diff)
downloadrelx-9e17ff5d35fbad8b4c66754c31a5397090c01ae0.tar.gz
relx-9e17ff5d35fbad8b4c66754c31a5397090c01ae0.tar.bz2
relx-9e17ff5d35fbad8b4c66754c31a5397090c01ae0.zip
Merge pull request #150 from rlipscombe/rl-relcool-to-relx
Replace relcool with relx in example config.
-rw-r--r--examples/relx.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/relx.config b/examples/relx.config
index f328c32..b19042b 100644
--- a/examples/relx.config
+++ b/examples/relx.config
@@ -33,12 +33,12 @@
%% automatically.
{sys_config, "./config/sys.config"}.
-%% relcool will include erts by default. However, if you don't want to include
+%% relx will include erts by default. However, if you don't want to include
%% erts you can add the `include_erts` tuple to the config and tell relx not
%% to include it.
{include_erts, false}.
-%% The default start script relcool creates is basic. For a more complete start
+%% The default start script relx creates is basic. For a more complete start
%% script add the extended_start_script option.
{extended_start_script, true}.