summaryrefslogtreecommitdiff
path: root/src/rebar_app_info.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-02-21 12:56:47 -0600
committerTristan Sloughter <t@crashfast.com>2015-02-22 11:02:36 -0600
commit8f03afded4dbb046bacb241bd66a603dee4a3e40 (patch)
tree915e1e1f4fc52330f8c40f5de3f94f22dc337191 /src/rebar_app_info.erl
parent48278658bb73c529ebf300c10a67e3f168b30ea8 (diff)
consolidate app validation and exist checks
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 9d779be..7a01307 100644
--- a/src/rebar_app_info.erl
+++ b/src/rebar_app_info.erl
@@ -224,7 +224,7 @@ state(#app_info_t{state=State}) ->
-spec valid(t()) -> boolean().
valid(AppInfo=#app_info_t{valid=undefined}) ->
- case rebar_app_discover:validate_application_info(AppInfo) of
+ case rebar_app_utils:validate_application_info(AppInfo) of
true ->
true;
_ ->