aboutsummaryrefslogtreecommitdiffstats
path: root/src/rcl_app_info.erl
diff options
context:
space:
mode:
authorEric <[email protected]>2012-12-26 20:17:56 -0500
committerEric <[email protected]>2012-12-26 20:21:01 -0500
commit2eed239f63a5ae64e99522142a262f0af67425a0 (patch)
treeed0ec9db1277df0a956d57c7869091a788d51892 /src/rcl_app_info.erl
parentcef19567813d442fe8190bbd5404e0b6ce3ac153 (diff)
downloadrelx-2eed239f63a5ae64e99522142a262f0af67425a0.tar.gz
relx-2eed239f63a5ae64e99522142a262f0af67425a0.tar.bz2
relx-2eed239f63a5ae64e99522142a262f0af67425a0.zip
fix small bug in rcl_app_info defaults
Diffstat (limited to 'src/rcl_app_info.erl')
-rw-r--r--src/rcl_app_info.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rcl_app_info.erl b/src/rcl_app_info.erl
index bc64e30..b73d609 100644
--- a/src/rcl_app_info.erl
+++ b/src/rcl_app_info.erl
@@ -63,8 +63,8 @@
vsn :: ec_semver:semver(),
dir :: file:name(),
link=false :: boolean(),
- active_deps :: [atom()],
- library_deps :: [atom()]}).
+ active_deps=[]:: [atom()],
+ library_deps=[] :: [atom()]}).
%%============================================================================
%% types