Skip to content

Commit

Permalink
Hint text is inaccurate.
Browse files Browse the repository at this point in the history
  • Loading branch information
aubelscirclein authored Jun 7, 2022
1 parent c88b20f commit 047d9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/lib/cdk-toolkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export class CdkToolkit {
}

if (!process.stdout.isTTY && !options.resourceMappingFile) {
throw new Error('--resource-mapping-file is required when input is not a terminal');
throw new Error('--resource-mapping is required when input is not a terminal');
}

const stack = stacks.stackArtifacts[0];
Expand Down

0 comments on commit 047d9db

Please sign in to comment.