diff --git a/tasks/deploy.js b/tasks/deploy.js index 134a316b..980d8889 100644 --- a/tasks/deploy.js +++ b/tasks/deploy.js @@ -48,7 +48,7 @@ module.exports = function(opts) { salesForceReleaseId = sfId; }) .catch(function(err) { - console.log("Logging to SalesForce failed! Check your `package.json`'s name exists in CMDB. If you've only just created an app try adding `--skip-logging` to `nbt deploy`"); + console.log("Logging to SalesForce failed! Check `" + name + "` exists in CMDB. If you've only just created an app try adding `--skip-logging` to `nbt deploy`"); throw err; }); }