Skip to content

Commit

Permalink
cleanup a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed committed Jan 16, 2025
1 parent d403127 commit de8360a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/eqc_rebar_prv.erl
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ do(State) ->
undefined -> State;
ConfigPath ->
case file:consult(ConfigPath) of
%% TODO: make this nice! Possibly allow for more than one entry in the file etc. etc.
{ok, Config} ->
rebar_api:info("Loaded config from ~p", [ConfigPath]),
rebar_api:info("Loading config from ~p", [ConfigPath]),
%% The `rebar3 shell` plugin also kills apps (with a blacklist for e.g. the kernel)
%% before getting to this point and doing reread_config.
rebar_utils:reread_config(Config, [update_logger]);
Expand Down

0 comments on commit de8360a

Please sign in to comment.