mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Make sure crypto is running as lots of things use it
This commit is contained in:
parent
b088139ed0
commit
d894dc5448
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ run(Args) ->
|
|||
%% Pre-load the rebar app so that we get default configuration
|
||||
ok = application:load(rebar),
|
||||
|
||||
%% Make sure crypto is running
|
||||
crypto:start(),
|
||||
|
||||
%% Initialize logging system
|
||||
rebar_log:init(),
|
||||
|
||||
|
|
Loading…
Reference in a new issue