summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Wood <justin.k.wood@protonmail.com>2019-04-16 12:43:05 -0400
committerJustin Wood <justin.k.wood@protonmail.com>2019-04-16 12:43:05 -0400
commit1fa0503fc93b3411f42ebb58d197f4a060f40631 (patch)
tree433d006a9079151c43bc5914887602483fbccc52
parent39895a78f3508367c85daaf7ae6f749aae368e8d (diff)
Change wording in application linting to be more clear
-rw-r--r--src/rebar_app_utils.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_app_utils.erl b/src/rebar_app_utils.erl
index 037bf9d..951bc1d 100644
--- a/src/rebar_app_utils.erl
+++ b/src/rebar_app_utils.erl
@@ -136,7 +136,7 @@ lint_applications(AppDetail, AppFile) ->
?WARN("~p is missing stdlib from applications list", [AppFile]);
true -> ok
end;
- _ -> ?WARN("~p requires a list for applications key", [AppFile])
+ _ -> ?WARN("~p requires a list for applications value", [AppFile])
end.
%% @doc parses all dependencies from the root of the project