summaryrefslogtreecommitdiff
path: root/src/rebar_prv_shell.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_prv_shell.erl')
-rw-r--r--src/rebar_prv_shell.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar_prv_shell.erl b/src/rebar_prv_shell.erl
index b7febf8..e14ae3a 100644
--- a/src/rebar_prv_shell.erl
+++ b/src/rebar_prv_shell.erl
@@ -331,8 +331,8 @@ reread_config(State) ->
case find_config(State) of
no_config ->
ok;
- ConfigList ->
- _ = rebar_utils:reread_config(ConfigList),
+ Config ->
+ _ = rebar_utils:reread_config([Config]),
ok
end.