Skip to content

Commit

Permalink
Merge pull request #163 from dlorenc/iso2
Browse files Browse the repository at this point in the history
Bump the ISO URL.
  • Loading branch information
luxas committed Jun 3, 2016
2 parents 58e993a + 6054d1d commit 7ab9f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7ab9f11

Please sign in to comment.