diff options
Diffstat (limited to 'src/rebar_fetch.erl')
-rw-r--r-- | src/rebar_fetch.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rebar_fetch.erl b/src/rebar_fetch.erl index 987477f..e763c2c 100644 --- a/src/rebar_fetch.erl +++ b/src/rebar_fetch.erl @@ -67,6 +67,8 @@ needs_update(AppDir, Source) -> end end. +get_resource_type({Type, Location}) -> + find_resource_module(Type, Location); get_resource_type({Type, Location, _}) -> find_resource_module(Type, Location); get_resource_type({Type, _, _, Location}) -> |