We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473c0a2 commit 65bad3aCopy full SHA for 65bad3a
internal/container/start.go
@@ -40,7 +40,7 @@ func Start(ctx context.Context, rt runtime.Runtime, sink output.Sink, platformCl
40
}
41
42
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")
+ output.EmitWarning(sink, "Multiple emulators of the same type are defined in your config; this setup is not supported yet")
44
45
46
containers := make([]runtime.ContainerConfig, len(cfg.Containers))
0 commit comments