Skip to content

Commit

Permalink
fix paramgen
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHaffar committed Oct 16, 2024
1 parent 12f31c8 commit 5bb1c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
sdk "github.com/conduitio/conduit-processor-sdk"
)

//go:generate paramgen -output=processorConfig_paramgen.go processorConfig
//go:generate paramgen -output=paramgen_proc.go ProcessorConfig

type Processor struct {
sdk.UnimplementedProcessor
Expand Down

0 comments on commit 5bb1c01

Please sign in to comment.