diff --git a/lib/deploy-methods/s3.js b/lib/deploy-methods/s3.js index c5638d9..f117f80 100644 --- a/lib/deploy-methods/s3.js +++ b/lib/deploy-methods/s3.js @@ -107,8 +107,8 @@ function _doReleaseBySync(build, target, data) { cleanupCb(); if (err.toString().indexOf('aws: command not found')) { - console.log('It looks like you don\'t have the `aws` command on your system that is required to deploy this build.'.red); - console.log('See https://aws.amazon.com/cli/ for instructions how to inststall the AWS CLI.'.red); + console.log('It looks like you don\'t have the `aws` command on your system that is required to deploy this build.'); + console.log('See https://aws.amazon.com/cli/ for instructions how to inststall the AWS CLI.'); } return reject('Sync failed: ' + err);