diff --git a/lib/roles/device/plugins/install.js b/lib/roles/device/plugins/install.js index fd54eabe..55af672c 100644 --- a/lib/roles/device/plugins/install.js +++ b/lib/roles/device/plugins/install.js @@ -57,7 +57,7 @@ module.exports = syrup.serial() if (contentLength) { // Progress 0% to 70% sendProgress( - 'pushing_file' + 'pushing_app' , 70 * Math.max(0, Math.min( 70 , stats.bytesTransferred / contentLength @@ -87,7 +87,7 @@ module.exports = syrup.serial() } // Progress 0% - sendProgress('pushing_file', 0) + sendProgress('pushing_app', 0) pushApp() .then(function(apk) { // Progress 80%