Skip to content

Commit

Permalink
Fix log message to say driver and not cruntime
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Apr 25, 2020
1 parent 6644c5c commit bb37c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/node/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func beginDownloadKicArtifacts(g *errgroup.Group, driver string, cRuntime string
}
} else {
// TODO: driver == "podman"
glog.Info("Container runtime isn't docker, skipping download")
glog.Info("Driver isn't docker, skipping base-image download")
}
}

Expand Down

0 comments on commit bb37c70

Please sign in to comment.