Fix underspec (thanks Kostis Sagonas)

This commit is contained in:
Tuncer Ayaz 2011-01-12 13:04:21 +01:00
parent 932eb2e343
commit 8940f07801

View file

@ -164,7 +164,7 @@ doterl_compile(Config, OutDir, MoreSources) ->
%% Internal functions
%% ===================================================================
-spec include_path(Source::string(), Config::#config{}) -> [string()].
-spec include_path(Source::string(), Config::#config{}) -> [string(), ...].
include_path(Source, Config) ->
ErlOpts = rebar_config:get(Config, erl_opts, []),
["include", filename:dirname(Source)] ++ proplists:get_all_values(i, ErlOpts).