Skip to content

Commit 5c77ad0

Browse files
committed
fix external (non-rebar3) project compile
1 parent 8e28561 commit 5c77ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/rebar_fetch.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ download_source(AppInfo, State) ->
3434
{true, AppInfo2} ->
3535
rebar_app_info:is_available(AppInfo2, true);
3636
false ->
37-
throw(?PRV_ERROR({dep_app_not_found, rebar_app_info:name(AppInfo1)}))
37+
rebar_app_info:is_available(AppInfo1, true)
3838
end;
3939
{error, Reason} ->
4040
throw(?PRV_ERROR(Reason))

0 commit comments

Comments
 (0)