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