Merge pull request #163 from dlorenc/iso2

Bump the ISO URL.
pull/165/head
Lucas Käldström 2016-06-03 21:43:07 +03:00
commit 7ab9f11a4f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ var LogFlags = [...]string{
"vmodule",
}
const DefaultIsoUrl = "https://storage.googleapis.com/minikube/minikube-0.1.iso"
const DefaultIsoUrl = "https://storage.googleapis.com/minikube/minikube-0.2.iso"
const (
RemoteLocalKubeErrPath = "/var/log/localkube.err"