summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--priv/config/rvi_sample.config2
-rw-r--r--priv/config/rvi_yocto.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/priv/config/rvi_sample.config b/priv/config/rvi_sample.config
index a871a0f..6e7863a 100644
--- a/priv/config/rvi_sample.config
+++ b/priv/config/rvi_sample.config
@@ -35,7 +35,7 @@ LogLevel = Env("RVI_LOGLEVEL", notice).
[
%% All erlang apps needed to fire up a node. Do not touch.
- {include_lib, "rvi_core/rvi_common.config"},
+ {include_lib, "rvi_core/priv/config/rvi_common.config"},
%%
%% Custom environment settings
diff --git a/priv/config/rvi_yocto.config b/priv/config/rvi_yocto.config
index a871a0f..6e7863a 100644
--- a/priv/config/rvi_yocto.config
+++ b/priv/config/rvi_yocto.config
@@ -35,7 +35,7 @@ LogLevel = Env("RVI_LOGLEVEL", notice).
[
%% All erlang apps needed to fire up a node. Do not touch.
- {include_lib, "rvi_core/rvi_common.config"},
+ {include_lib, "rvi_core/priv/config/rvi_common.config"},
%%
%% Custom environment settings