Fix typos in vagrant.go

This commit is contained in:
Salvatore Dario Minonne 2015-01-13 11:45:29 +01:00
parent 52738540c7
commit bc868b97b8

View File

@ -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
}