Merge pull request #3399 from nosnilmot/redis3-configure_deps

Improve rebar3 configure-deps plugin output
This commit is contained in:
badlop 2020-11-13 17:04:22 +01:00 committed by GitHub
commit ff98cb4e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -31,8 +31,7 @@ do(State) ->
{ok, State}.
exec_configure({'configure-deps', Cmd}, Dir) ->
c:cd(Dir),
os:cmd(Cmd);
rebar_utils:sh(Cmd, [{cd, Dir}, {use_stdout, true}]);
exec_configure(_, Acc) -> Acc.
parse_pre_hooks({pre_hooks, PreHooks}, Acc) ->