Fix typo in otel collector build infra. (#19832)
Austin S. Hemmelgarn committed
Mar 12, 2025 at 08:06 UTC
2895c0ec3e350c93ac51d121b0eb14feee04b412
1 file changed
+1
-1
src/go/otel-collector/CMakeLists.txt
+1
-1
@@ -55,4 +55,4 @@ function(_handle_otel)
55
)
56
endfunction()
57
58
-handle_otel()
58
+_handle_otel()