diff --git a/src/rebar_prv_as.erl b/src/rebar_prv_as.erl index 2d9887a1..f560113b 100644 --- a/src/rebar_prv_as.erl +++ b/src/rebar_prv_as.erl @@ -104,4 +104,5 @@ warn_on_empty_profile(Profiles, State) -> [?WARN("No entry for profile ~ts in config.", [Profile]) || Profile <- Profiles, not lists:keymember(list_to_atom(Profile), 1, DefinedProfiles), - Profile =/= "global"]. + Profile =/= "global", Profile =/= "default"], + ok.