Skip to content

Commit

Permalink
chore(pkg/driver): modernbpf driver is called modern-bpf.
Browse files Browse the repository at this point in the history
See rpm/deb scripts for Falco and falcosecurity/falco#2413.

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Nov 9, 2023
1 parent 4abf480 commit 555594a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/type/modernbpf.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

// TypeModernBpf is the string for the bpf driver type.
const TypeModernBpf = "modern_bpf"
const TypeModernBpf = "modern-bpf"

func init() {
driverTypes[TypeModernBpf] = &modernBpf{}
Expand Down

0 comments on commit 555594a

Please sign in to comment.