Skip to content

Commit

Permalink
fix typo for legacy api key
Browse files Browse the repository at this point in the history
  • Loading branch information
brookesargent committed Dec 14, 2023
1 parent bbe19c0 commit 997a9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
DefaultAPIHostEnv = "HONEYCOMB_API_HOST"
DefaultAPIKeyEnv = "HONEYCOMB_API_KEY"
// Deprecated: use DefaultAPIKeyEnv instead. To be removed in v1.0
LegacyAPIKeyEnv = "HONEYCOMBIO_API_KEY"
LegacyAPIKeyEnv = "HONEYCOMBIO_APIKEY"
defaultUserAgent = "go-honeycombio"
)

Expand Down

0 comments on commit 997a9f8

Please sign in to comment.