diff --git a/upup/pkg/fi/cloudup/gce/mock_gce_cloud.go b/upup/pkg/fi/cloudup/gce/mock_gce_cloud.go index c77f6439ca..d7692e8b4e 100644 --- a/upup/pkg/fi/cloudup/gce/mock_gce_cloud.go +++ b/upup/pkg/fi/cloudup/gce/mock_gce_cloud.go @@ -61,7 +61,7 @@ func (c *mockGCECloud) GetCloudGroups(cluster *kops.Cluster, instancegroups []*k // Zones is not implemented yet func (c *mockGCECloud) Zones() ([]string, error) { - return nil, fmt.Errorf("not yet implented") + return nil, fmt.Errorf("not yet implemented") } // WithLabels returns a copy of the mockGCECloud bound to the specified labels