Skip to content

Commit

Permalink
Update client/fingerprint/env_digitalocean.go
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Hoenig <seth.a.hoenig@gmail.com>
  • Loading branch information
kevinschoonover and shoenig committed Feb 7, 2022
1 parent 86a3380 commit 13b2c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/fingerprint/env_digitalocean.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (f *EnvDigitalOceanFingerprint) Get(attribute string, format string) (strin
resp, err := ioutil.ReadAll(res.Body)
res.Body.Close()
if err != nil {
f.logger.Error("error reading response body for DigitalOcean attribute", "attribute", attribute, "error", err)
f.logger.Error("failed to read metadata", "attribute", attribute, "error", err)
return "", err
}

Expand Down

0 comments on commit 13b2c0f

Please sign in to comment.