Fix small copy and paste error

This commit is contained in:
Dominik Schulz 2016-10-08 08:49:00 +02:00
parent 0cf8586136
commit 72cbf8af6f
1 changed files with 1 additions and 1 deletions

View File

@ -891,7 +891,7 @@ func (c *GCESDConfig) UnmarshalYAML(unmarshal func(interface{}) error) error {
if err != nil { if err != nil {
return err return err
} }
if err := checkOverflow(c.XXX, "ec2_sd_config"); err != nil { if err := checkOverflow(c.XXX, "gce_sd_config"); err != nil {
return err return err
} }
if c.Project == "" { if c.Project == "" {