Skip to content

Commit

Permalink
chore(build-tools): typo in YARGS options (aws#3484)
Browse files Browse the repository at this point in the history
Spotted by @NetaNir
  • Loading branch information
RomainMuller authored and Elad Ben-Israel committed Jul 31, 2019
1 parent 4cb9755 commit 61d29d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cdk-build-tools/bin/cdk-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function main() {
.option('tslint', {
type: 'string',
desc: 'Specify a different tslint executable',
defeaultDescription: 'tslint provided by node dependencies'
defaultDescription: 'tslint provided by node dependencies'
})
.argv;

Expand Down

0 comments on commit 61d29d5

Please sign in to comment.