Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc committed Jul 5, 2018
1 parent 1a6f68d commit 11630b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deployment/lib/lambda.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class UpdatedLambda extends Lambda {
return Promise.resolve(lambda);
}
catch (e) {
console.log(`${lambda.local} is valid and will be rebuilt`);
console.log(`${lambda.local} is invalid and will be rebuilt`);
}
}

Expand Down

0 comments on commit 11630b5

Please sign in to comment.