File tree 1 file changed +3
-3
lines changed
packages/aws-cdk-lib/core/lib
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ export interface FileAssetSource {
112
112
*
113
113
* The command should produce the location of a ZIP file on `stdout`.
114
114
*
115
- * @default - Exactly one of `directory ` and `executable` is required
115
+ * @default - Exactly one of `fileName ` and `executable` is required
116
116
*/
117
117
readonly executable ?: string [ ] ;
118
118
@@ -121,7 +121,7 @@ export interface FileAssetSource {
121
121
* source resides. This can be a path to a file or a directory, depending on the
122
122
* packaging type.
123
123
*
124
- * @default - Exactly one of `directory ` and `executable` is required
124
+ * @default - Exactly one of `fileName ` and `executable` is required
125
125
*/
126
126
readonly fileName ?: string ;
127
127
@@ -386,4 +386,4 @@ export interface DockerCacheOption {
386
386
* };
387
387
*/
388
388
readonly params ?: { [ key : string ] : string } ;
389
- }
389
+ }
You can’t perform that action at this time.
0 commit comments