Skip to content

Commit

Permalink
Merge branch 'main' into bump-cfnspec-main/v122.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored May 12, 2023
2 parents 5204a02 + 0af161b commit afa5060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/aws-cdk-lib/core/lib/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export interface FileAssetSource {
*
* The command should produce the location of a ZIP file on `stdout`.
*
* @default - Exactly one of `directory` and `executable` is required
* @default - Exactly one of `fileName` and `executable` is required
*/
readonly executable?: string[];

Expand All @@ -121,7 +121,7 @@ export interface FileAssetSource {
* source resides. This can be a path to a file or a directory, depending on the
* packaging type.
*
* @default - Exactly one of `directory` and `executable` is required
* @default - Exactly one of `fileName` and `executable` is required
*/
readonly fileName?: string;

Expand Down Expand Up @@ -386,4 +386,4 @@ export interface DockerCacheOption {
* };
*/
readonly params?: { [key: string]: string };
}
}

0 comments on commit afa5060

Please sign in to comment.