Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Feb 20, 2020
1 parent dcff758 commit 78c192c
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 @@ -202,7 +202,7 @@ func deleteProfile(profile *pkg_config.Profile) error {
}

errs = oci.PruneAllVolumesByLabel(oci.Docker, delLabel)
if errs != nil && len(errs) > 0 { // it will not error if there is nothing to delete
if len(errs) > 0 { // it will not error if there is nothing to delete
glog.Warningf("error pruning volume (might be okay):\n%v", errs)
}

Expand Down

0 comments on commit 78c192c

Please sign in to comment.