Skip to content

Commit 9e53bdd

Browse files
Update apps/cli/src/compose/builder.ts
Co-authored-by: Copilot <[email protected]>
1 parent 3159eb0 commit 9e53bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cli/src/compose/builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class ComposeBuilder {
8282
};
8383

8484
if (options?.blockTime !== undefined) {
85-
(this.composeFile.services!.anvil.command as Array<String>).push(`--block-time=${options.blockTime.toString()}`);
85+
(this.composeFile.services!.anvil.command as Array<string>).push(`--block-time=${options.blockTime.toString()}`);
8686
}
8787

8888
if (options?.imageTag) {

0 commit comments

Comments
 (0)