mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Fix typos in vagrant.go
This commit is contained in:
parent
52738540c7
commit
bc868b97b8
@ -80,7 +80,7 @@ func newVagrantCloud() (*VagrantCloud, error) {
|
|||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (aws *VagrantCloud) Clusters() (cloudprovider.Clusters, bool) {
|
func (v *VagrantCloud) Clusters() (cloudprovider.Clusters, bool) {
|
||||||
return nil, false
|
return nil, false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user