From 874fe260c2f652b909f231ebde342e9732655f4a Mon Sep 17 00:00:00 2001 From: erylee Date: Thu, 27 Dec 2012 21:59:22 +0800 Subject: [PATCH] add folsom --- rel/reltool.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rel/reltool.config b/rel/reltool.config index 3c0c6a16b..22e0c2c4f 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -10,7 +10,7 @@ mnesia, lager, compiler, - %{folsom, load}, + {folsom, load}, emqtt ]}, {rel, "start_clean", "", @@ -32,7 +32,7 @@ {app, mnesia, [{incl_cond, include}]}, {app, compiler, [{incl_cond, include}]}, {app, lager, [{incl_cond, include}]}, - %{app, folsom, [{incl_cond, include}]}, + {app, folsom, [{incl_cond, include}]}, {app, emqtt, [{mod_cond, app}, {incl_cond, include}]} ]}.