Skip to content

Commit

Permalink
Merge pull request prometheus#2064 from dominikschulz/gce_copy
Browse files Browse the repository at this point in the history
Fix small copy and paste error
  • Loading branch information
brian-brazil authored Oct 8, 2016
2 parents 0cf8586 + 72cbf8a commit 008dd20
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 008dd20

Please sign in to comment.