aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-04-21 11:00:10 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-04-21 11:00:10 +0200
commitc8a9de50c8f7254c61888982ae270bf71c3f8506 (patch)
tree9cd20247043819d932ba2920f6b500db0315dc04 /bin
parentcb9eea1db0715cc8c944f54e61270d25502e3163 (diff)
downloadapp.sh-c8a9de50c8f7254c61888982ae270bf71c3f8506.tar.gz
app.sh-c8a9de50c8f7254c61888982ae270bf71c3f8506.tar.bz2
app.sh-c8a9de50c8f7254c61888982ae270bf71c3f8506.tar.xz
app.sh-c8a9de50c8f7254c61888982ae270bf71c3f8506.zip
o Making the file resolver useful.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/app-upgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/app-upgrade b/bin/app-upgrade
index 2ca84e0..c6cd414 100755
--- a/bin/app-upgrade
+++ b/bin/app-upgrade
@@ -25,7 +25,7 @@ resolver=`find_resolver "$resolver_name"`
old_version=`app-conf get app.version`
echo "Resolving version $old_version"
"$resolver" resolve-version
-new_version=`app-conf get app.version`
+new_version=`app-conf get app.resolved_version`
if [[ $new_version == $old_version ]]
then