summaryrefslogtreecommitdiff
path: root/ebin/plop.app
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-09-14 22:46:46 +0200
committerLinus Nordberg <linus@nordberg.se>2014-09-14 22:46:46 +0200
commit748d7fc86d20f9fc8f7ba947c2c1df6c41e0a28e (patch)
treee663ef4e77462833668d13113ea4d9d3f80bee37 /ebin/plop.app
parentf6a02d69404fcb6486a4dfd04bbd4fecd7a0e2e8 (diff)
Adjust plop for changes in ht.
Diffstat (limited to 'ebin/plop.app')
-rw-r--r--ebin/plop.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/plop.app b/ebin/plop.app
index c4da4f1..82ec9c4 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -7,6 +7,6 @@
{vsn, "0.0.1"},
{modules, [plop_app, plop_sup, plop, db, ht, hex]},
{applications, [kernel, stdlib, mnesia]}, % crypto, public_key
- {registered, [plop, db]},
+ {registered, [plop, ht, db]},
{mod, {plop_app, ["test/eckey.pem", "test/eckey-public.pem"]}}
]}.