From 748d7fc86d20f9fc8f7ba947c2c1df6c41e0a28e Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 14 Sep 2014 22:46:46 +0200 Subject: Adjust plop for changes in ht. --- ebin/plop.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ebin/plop.app') 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"]}} ]}. -- cgit v1.1