We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1896dab commit 9fd701dCopy full SHA for 9fd701d
app/app.go
@@ -458,7 +458,7 @@ func (c colimaApp) Active() bool {
458
func (c *colimaApp) Update() error {
459
ctx := context.Background()
460
if !c.guest.Running(ctx) {
461
- return fmt.Errorf("%s is not running", config.CurrentProfile().DisplayName)
+ return fmt.Errorf("runtime cannot be updated, %s is not running", config.CurrentProfile().DisplayName)
462
}
463
464
runtime, err := c.currentRuntime(ctx)
0 commit comments