summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2016-08-10 13:19:52 -0400
committerGitHub <noreply@github.com>2016-08-10 13:19:52 -0400
commit4bbd20f2900f542ce1c4d2b2278ac909d3820fb6 (patch)
tree9f9a76a006264b7a173ffa6f08d9e114d05db58e /src
parentde9f341c9b3dd78776cfae789efe52d70b95ca64 (diff)
parenta5bdf11770a8b57f7db2ca28f14dbf66c43673db (diff)
Merge pull request #1288 from ElectronicRU/master
Typo fix.
Diffstat (limited to 'src')
-rw-r--r--src/rebar_prv_common_test.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_common_test.erl b/src/rebar_prv_common_test.erl
index fbd0e89..1e0632e 100644
--- a/src/rebar_prv_common_test.erl
+++ b/src/rebar_prv_common_test.erl
@@ -221,7 +221,7 @@ select_tests(State, ProjectApps, CmdOpts, CfgOpts) ->
Configs = lists:flatmap(fun(Filename) ->
rebar_file_utils:consult_config(State, Filename)
end, SysConfigs),
- [application:load(Application) || Config <- SysConfigs, {Application, _} <- Config],
+ [application:load(Application) || Config <- Configs, {Application, _} <- Config],
rebar_utils:reread_config(Configs),
Merged = lists:ukeymerge(1,