Skip to content

Commit 00210aa

Browse files
committed
fix typo
1 parent ed4457b commit 00210aa

File tree

1 file changed

+1
-1
lines changed
  • exporter/opentelemetry-exporter-otlp-proto-http/src/opentelemetry/exporter/otlp/proto/http/_log_exporter

1 file changed

+1
-1
lines changed

exporter/opentelemetry-exporter-otlp-proto-http/src/opentelemetry/exporter/otlp/proto/http/_log_exporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __init__(
8383
OTEL_EXPORTER_OTLP_LOGS_CERTIFICATE,
8484
environ.get(OTEL_EXPORTER_OTLP_CERTIFICATE, True),
8585
)
86-
self._client_certificate_file = certificate_file
86+
self._client_certificate_file = client_certificate_file
8787
headers_string = environ.get(
8888
OTEL_EXPORTER_OTLP_LOGS_HEADERS,
8989
environ.get(OTEL_EXPORTER_OTLP_HEADERS, ""),

0 commit comments

Comments
 (0)