summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-11-22 20:32:53 -0800
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-11-22 20:32:53 -0800
commite667c4a9565fb09c97457396462eb54b98aceb45 (patch)
tree3bf68a23904bba2241949f35141ffe15e72249a3 /priv
parenteb517ec3a01956e0a09a775bf8d21ec22512fb04 (diff)
downloadrvi_core-e667c4a9565fb09c97457396462eb54b98aceb45.tar.gz
Fixed path to moved rvi_common.config file
Diffstat (limited to 'priv')
-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