mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +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
|
||||
}
|
||||
|
||||
func (aws *VagrantCloud) Clusters() (cloudprovider.Clusters, bool) {
|
||||
func (v *VagrantCloud) Clusters() (cloudprovider.Clusters, bool) {
|
||||
return nil, false
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user