mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Add missing comment
This commit is contained in:
parent
8bb62032a0
commit
4fc3e9bfb6
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ compile(Config, _) ->
|
|||
eunit(Config, _) ->
|
||||
check_versions(Config).
|
||||
|
||||
%% ====================================================================
|
||||
%% Internal functions
|
||||
%% ====================================================================
|
||||
|
||||
check_versions(Config) ->
|
||||
ErtsRegex = rebar_config:get(Config, require_erts_vsn, ".*"),
|
||||
ReOpts = [{capture, none}],
|
||||
|
|
Loading…
Reference in a new issue