diff --git a/app/app.go b/app/app.go index 57f59216..499614f2 100644 --- a/app/app.go +++ b/app/app.go @@ -317,7 +317,6 @@ func (c colimaApp) getStatus() (status statusInfo, err error) { return status, err } - var status statusInfo status.DisplayName = config.CurrentProfile().DisplayName status.Driver = "QEMU" conf, _ := configmanager.LoadInstance()