mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
get_reltool_release_info now expects consulted data
This commit is contained in:
parent
16fe8c09e5
commit
d215cae496
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
rebar_rel_utils:get_previous_release_path()]),
|
rebar_rel_utils:get_previous_release_path()]),
|
||||||
|
|
||||||
%% Get the new and old release name and versions
|
%% Get the new and old release name and versions
|
||||||
{Name, _Ver} = rebar_rel_utils:get_reltool_release_info(ReltoolFile),
|
{Name, _Ver} = rebar_rel_utils:get_reltool_release_info(ReltoolConfig),
|
||||||
NewVerPath = filename:join([TargetParentDir, Name]),
|
NewVerPath = filename:join([TargetParentDir, Name]),
|
||||||
{NewName, NewVer} = rebar_rel_utils:get_rel_release_info(Name, NewVerPath),
|
{NewName, NewVer} = rebar_rel_utils:get_rel_release_info(Name, NewVerPath),
|
||||||
{OldName, OldVer} = rebar_rel_utils:get_rel_release_info(Name, OldVerPath),
|
{OldName, OldVer} = rebar_rel_utils:get_rel_release_info(Name, OldVerPath),
|
||||||
|
|
Loading…
Reference in a new issue