Merge pull request #2064 from dominikschulz/gce_copy

Fix small copy and paste error
pull/2065/head
Brian Brazil 2016-10-08 08:30:41 +01:00 committed by GitHub
commit 008dd20d7a
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 {
return err
}
if err := checkOverflow(c.XXX, "ec2_sd_config"); err != nil {
if err := checkOverflow(c.XXX, "gce_sd_config"); err != nil {
return err
}
if c.Project == "" {