Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Mar 2, 2022
1 parent dcbb0d4 commit d7bd1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/otlp/internal/envconfig/envconfig.go
Expand Up @@ -42,7 +42,7 @@ func (e *EnvOptionsReader) Apply(opts ...ConfigFn) {
}
}

// GetEnvValue gets an OTLP environment variable value of the specified key
// GetEnvValue gets an OTLP environment variable value of the specified key
// using the GetEnv function.
// This function prepends the OTLP specified namespace to all key lookups.
func (e *EnvOptionsReader) GetEnvValue(key string) (string, bool) {
Expand Down

0 comments on commit d7bd1bf

Please sign in to comment.