Skip to content

Commit 65bad3a

Browse files
committed
Capitalize
1 parent 473c0a2 commit 65bad3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/container/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func Start(ctx context.Context, rt runtime.Runtime, sink output.Sink, platformCl
4040
}
4141

4242
if hasDuplicateContainerTypes(cfg.Containers) {
43-
output.EmitWarning(sink, "multiple emulators of the same type are defined in your config; this setup is not supported yet")
43+
output.EmitWarning(sink, "Multiple emulators of the same type are defined in your config; this setup is not supported yet")
4444
}
4545

4646
containers := make([]runtime.ContainerConfig, len(cfg.Containers))

0 commit comments

Comments
 (0)