summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-26 15:26:22 -0700
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-03-26 15:26:22 -0700
commit6b83dbe2a2f92fda3d0b768aee2c07e6a261d387 (patch)
tree787d75bce1478b959aa22c73010e61639af2c3d1 /src
parent0f4a08f37067e54e10a25b0d1064a76e54c175f3 (diff)
downloadrvi_core-6b83dbe2a2f92fda3d0b768aee2c07e6a261d387.tar.gz
Ensure that rvi_common is laoded first and runs its application environment substitution
Diffstat (limited to 'src')
-rw-r--r--src/rvi.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rvi.app.src b/src/rvi.app.src
index b5597cf..319d1e5 100644
--- a/src/rvi.app.src
+++ b/src/rvi.app.src
@@ -16,9 +16,9 @@
{applications, [
kernel,
stdlib,
+ rvi_common,
schedule,
lager,
- rvi_common,
service_edge,
service_discovery,
authorize,