From bb85793e0bcdb94b009f236bc414d1d19dc07811 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Mon, 12 Aug 2019 18:46:57 -0300 Subject: [PATCH] extension fix --- bauh/core/extensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bauh/core/extensions.py b/bauh/core/extensions.py index 88fd6a9c..bc6fa772 100644 --- a/bauh/core/extensions.py +++ b/bauh/core/extensions.py @@ -44,7 +44,7 @@ def load_managers(caches: List[Cache], cache_map: Dict[type, Cache], locale_keys app_cache = Cache(expiration_time=app_args.cache_exp) man = manager_class(app_args=app_args, - fpakman_root_dir=ROOT_DIR, + app_root_dir=ROOT_DIR, http_client=http_client, locale_keys=locale_keys, app_cache=app_cache)