summaryrefslogtreecommitdiff
path: root/src/rebar_app_info.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-11-02 18:40:25 -0600
committerTristan Sloughter <t@crashfast.com>2014-11-02 18:40:25 -0600
commit26892b9d41433150db871d4c4f2ff6d66069c0de (patch)
tree16b91dda484e3b19c14fa77431ecd1c2a5c4c73c /src/rebar_app_info.erl
parenta7c2ecff73f5f9daa200f2c407a60e01d7ab5bef (diff)
wip: upgrade pkg deps
Diffstat (limited to 'src/rebar_app_info.erl')
-rw-r--r--src/rebar_app_info.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_app_info.erl b/src/rebar_app_info.erl
index 7a33811..47dfcad 100644
--- a/src/rebar_app_info.erl
+++ b/src/rebar_app_info.erl
@@ -38,7 +38,7 @@
original_vsn :: binary() | string() | undefined,
app_details=[] :: list(),
deps=[] :: list(),
- dep_level :: integer(),
+ dep_level=0 :: integer(),
dir :: file:name(),
source :: string() | tuple() | undefined,
valid :: boolean()}).