Skip to content

Commit

Permalink
Merge pull request #17347 from spowelljr/fixCRIDelete
Browse files Browse the repository at this point in the history
Fix delete if container-runtime doesn't exist
  • Loading branch information
medyagh authored Oct 4, 2023
2 parents 76d5a8b + 863f70d commit 9ff7852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ func unpauseIfNeeded(profile *config.Profile) error {

cr, err := cruntime.New(cruntime.Config{Type: crName, Runner: r})
if err != nil {
exit.Error(reason.InternalNewRuntime, "Failed to create runtime", err)
return err
}

paused, err := cluster.CheckIfPaused(cr, nil)
Expand Down

0 comments on commit 9ff7852

Please sign in to comment.