Skip to content

Commit

Permalink
Fix small copy and paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschulz committed Oct 8, 2016
1 parent 0cf8586 commit 72cbf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 == "" {
Expand Down

0 comments on commit 72cbf8a

Please sign in to comment.