Skip to content

Commit

Permalink
fix spelling of component name
Browse files Browse the repository at this point in the history
  • Loading branch information
adlotsof committed Oct 18, 2024
1 parent f6268f1 commit 57b5d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/component/otelcol/exporter/splunkhec/splunkhec.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

func init() {
component.Register(component.Registration{
Name: "otelco.exporter.splunkhec",
Name: "otelcol.exporter.splunkhec",
Community: true,
Args: Arguments{},
Exports: otelcol.ConsumerExports{},
Expand Down

0 comments on commit 57b5d8e

Please sign in to comment.