diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-04-21 11:00:10 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-04-21 11:00:10 +0200 |
commit | c8a9de50c8f7254c61888982ae270bf71c3f8506 (patch) | |
tree | 9cd20247043819d932ba2920f6b500db0315dc04 /bin/app-upgrade | |
parent | cb9eea1db0715cc8c944f54e61270d25502e3163 (diff) | |
download | app.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/app-upgrade')
-rwxr-xr-x | bin/app-upgrade | 2 |
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 |