diff options
author | Loïc Hoguin <[email protected]> | 2016-11-24 19:24:57 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-11-24 19:24:57 +0100 |
commit | 8cd63bc0769016191126995761965f61909ae311 (patch) | |
tree | 7ca9c2c1ade975c21945fd16347f9e0d49e9effc /examples | |
parent | 59bcfd3d6c5417da544a52358c4176b2b3f4df0a (diff) | |
download | ranch-8cd63bc0769016191126995761965f61909ae311.tar.gz ranch-8cd63bc0769016191126995761965f61909ae311.tar.bz2 ranch-8cd63bc0769016191126995761965f61909ae311.zip |
Don't include observer in example release
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tcp_echo/relx.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tcp_echo/relx.config b/examples/tcp_echo/relx.config index 5137ff7..a850b71 100644 --- a/examples/tcp_echo/relx.config +++ b/examples/tcp_echo/relx.config @@ -1,2 +1,2 @@ -{release, {tcp_echo_example, "1"}, [tcp_echo, observer, wx, runtime_tools]}. +{release, {tcp_echo_example, "1"}, [tcp_echo]}. {extended_start_script, true}. |