Browse Source

Add missing comment

pull/3/head
Tuncer Ayaz 13 years ago
parent
commit
4fc3e9bfb6
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/rebar_require_vsn.erl

+ 4
- 0
src/rebar_require_vsn.erl 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}],

Loading…
Cancel
Save