fix: ignore unused var

This commit is contained in:
Zaiming Shi 2021-10-14 19:46:30 +02:00 committed by JianBo He
parent f7d70d05ab
commit 51bc9c83c3
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ prepare(Baseline, Options = #{make_command := MakeCommand, beams_dir := BeamDir,
undefined ->
{ok, PrevRootDir} = build_prev_release(Baseline, Options),
filename:join(PrevRootDir, BeamDir);
{ok, URL} ->
{ok, _URL} ->
{ok, PrevRootDir} = download_prev_release(Baseline, Options),
PrevRootDir
end,