From 61d29d56165373bd4b9886e88c9486bbbb80da26 Mon Sep 17 00:00:00 2001 From: Romain Marcadier-Muller Date: Wed, 31 Jul 2019 11:29:35 +0200 Subject: [PATCH] chore(build-tools): typo in YARGS options (#3484) Spotted by @NetaNir --- tools/cdk-build-tools/bin/cdk-build.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cdk-build-tools/bin/cdk-build.ts b/tools/cdk-build-tools/bin/cdk-build.ts index bc15cd0b2bf7e..f92840dc3d128 100644 --- a/tools/cdk-build-tools/bin/cdk-build.ts +++ b/tools/cdk-build-tools/bin/cdk-build.ts @@ -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;