mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
chore: consistent casing
This commit is contained in:
@@ -109,7 +109,7 @@ func (o *RemoveContainerOperation) Execute(ctx context.Context, cli Client) erro
|
|||||||
|
|
||||||
func (o *RemoveContainerOperation) Format(resolver NameResolver) string {
|
func (o *RemoveContainerOperation) Format(resolver NameResolver) string {
|
||||||
machineName := resolver.MachineName(o.MachineID)
|
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)
|
machineName, o.Container.ShortID(), o.Container.Config.Image)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user