diff --git a/src/rebar_prv_shell.erl b/src/rebar_prv_shell.erl index 2e6c296c..b7febf8c 100644 --- a/src/rebar_prv_shell.erl +++ b/src/rebar_prv_shell.erl @@ -332,7 +332,8 @@ reread_config(State) -> no_config -> ok; ConfigList -> - rebar_utils:reread_config(ConfigList) + _ = rebar_utils:reread_config(ConfigList), + ok end. boot_apps(Apps) ->