Fix typo miniube-iso -> minikube-iso

pull/3297/head
xichengliudui 2018-11-05 02:06:30 -05:00
parent 825666529b
commit 52f37d9623
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ func (f DefaultDownloader) CacheMinikubeISOFromURL(isoURL string) error {
}
func (f DefaultDownloader) ShouldCacheMinikubeISO(isoURL string) bool {
// store the miniube-iso inside the .minikube dir
// store the minikube-iso inside the .minikube dir
urlObj, err := url.Parse(isoURL)
if err != nil {