Skip to content

Commit

Permalink
Removing colours from the library
Browse files Browse the repository at this point in the history
  • Loading branch information
pazdera committed Nov 29, 2017
1 parent 995a251 commit fc031ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/deploy-methods/s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fc031ab

Please sign in to comment.