Send new version to update to to the installer

This commit is contained in:
Johannes Zellner
2015-08-26 09:42:48 -07:00
parent 59be539ecd
commit a0eccd615f

View File

@@ -490,6 +490,7 @@ function doUpdate(boxUpdateInfo, callback) {
if (!safe.query(result, 'body.url')) return updateError(new Error('Error fetching sourceTarballUrl response: ' + result.body));
var args = {
version: boxUpdateInfo.version,
sourceTarballUrl: result.body.url
};