Skip to content

Commit 9bd141c

Browse files
ford-at-awsDavidSouther
authored andcommitted
nit for corey
1 parent 13ae650 commit 9bd141c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tools/test/stacks/plugin/typescript/plugin_stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class PluginStack extends cdk.Stack {
6565
);
6666
}
6767

68-
private initBatchFargate(variables: Record<string, string>): [batch.CfnJobDefinition, batch.CfnJobQueue] {
68+
private initBatchFargate(variables: Array<string, string>): [batch.CfnJobDefinition, batch.CfnJobQueue] {
6969
const batchExecutionRole = new iam.Role(
7070
this,
7171
`BatchExecutionRole-${toolName}`,

0 commit comments

Comments
 (0)