aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hello_world/src/hello_world.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_world/src/hello_world.app.src')
-rw-r--r--examples/hello_world/src/hello_world.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello_world/src/hello_world.app.src b/examples/hello_world/src/hello_world.app.src
index eeab835..7512a2f 100644
--- a/examples/hello_world/src/hello_world.app.src
+++ b/examples/hello_world/src/hello_world.app.src
@@ -4,7 +4,7 @@
{description, "Cowboy Hello World example."},
{vsn, "1"},
{modules, []},
- {registered, []},
+ {registered, [hello_world_sup]},
{applications, [
kernel,
stdlib,