summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjoewilliams <joe@joetify.com>2011-07-12 09:08:34 -0700
committerjoewilliams <joe@joetify.com>2011-07-12 09:08:34 -0700
commitd215cae496492b105a3827a8a65ef970e860d6d5 (patch)
tree7b11f24a649434f7f31c554b1584ebf2ecb18ad2 /src
parent16fe8c09e5473d5d811d04b29ad2699d1c69c1c4 (diff)
get_reltool_release_info now expects consulted data
Diffstat (limited to 'src')
-rw-r--r--src/rebar_appups.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_appups.erl b/src/rebar_appups.erl
index 0dc113f..923dad5 100644
--- a/src/rebar_appups.erl
+++ b/src/rebar_appups.erl
@@ -47,7 +47,7 @@
rebar_rel_utils:get_previous_release_path()]),
%% 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]),
{NewName, NewVer} = rebar_rel_utils:get_rel_release_info(Name, NewVerPath),
{OldName, OldVer} = rebar_rel_utils:get_rel_release_info(Name, OldVerPath),