Add missing comment

This commit is contained in:
Tuncer Ayaz 2012-06-21 23:01:32 +02:00
parent 8bb62032a0
commit 4fc3e9bfb6

View file

@ -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}],