diff options
-rw-r--r-- | src/rebar_prv_shell.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rebar_prv_shell.erl b/src/rebar_prv_shell.erl index 2e6c296..b7febf8 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) -> |