aboutsummaryrefslogtreecommitdiffstats
path: root/examples/chunked_hello_world
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-09-09 16:46:21 +0200
committerLoïc Hoguin <[email protected]>2013-09-09 16:46:21 +0200
commit1a4e7a86185021f1f1eb50b3fde5043570da3f94 (patch)
tree1e562eda881ba43b34ddcc76d14017723afe66e2 /examples/chunked_hello_world
parentbbe42d9bc5a2655daea2f4d099c002c93ae715b7 (diff)
downloadcowboy-1a4e7a86185021f1f1eb50b3fde5043570da3f94.tar.gz
cowboy-1a4e7a86185021f1f1eb50b3fde5043570da3f94.tar.bz2
cowboy-1a4e7a86185021f1f1eb50b3fde5043570da3f94.zip
Fix the list of registered processes in the examples
Diffstat (limited to 'examples/chunked_hello_world')
-rw-r--r--examples/chunked_hello_world/src/chunked_hello_world.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chunked_hello_world/src/chunked_hello_world.app.src b/examples/chunked_hello_world/src/chunked_hello_world.app.src
index 1a6c03b..3bd7556 100644
--- a/examples/chunked_hello_world/src/chunked_hello_world.app.src
+++ b/examples/chunked_hello_world/src/chunked_hello_world.app.src
@@ -4,7 +4,7 @@
{description, "Cowboy Chunked Hello World example."},
{vsn, "1"},
{modules, []},
- {registered, []},
+ {registered, [chunked_hello_world_sup]},
{applications, [
kernel,
stdlib,