chore: consistent casing

This commit is contained in:
Pasha Sviderski
2025-11-07 14:29:27 +10:00
parent 3ac5992e1d
commit 89db50e8df
+1 -1
View File
@@ -109,7 +109,7 @@ func (o *RemoveContainerOperation) Execute(ctx context.Context, cli Client) erro
func (o *RemoveContainerOperation) Format(resolver NameResolver) string {
machineName := resolver.MachineName(o.MachineID)
return fmt.Sprintf("%s: Remove container [ID=%s image=%s]",
return fmt.Sprintf("%s: Remove container [id=%s image=%s]",
machineName, o.Container.ShortID(), o.Container.Config.Image)
}