Skip to content

Commit

Permalink
Fix libbeat import path in seccomp policy template (elastic#18418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Siering authored May 14, 2020
1 parent db62862 commit 8694f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/common/seccomp/policy.go.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package {{.Package}}
import (
"github.com/elastic/go-seccomp-bpf"

beat "github.com/elastic/beats/libbeat/common/seccomp"
beat "github.com/elastic/beats/v7/libbeat/common/seccomp"
)

func init() {
Expand Down

0 comments on commit 8694f47

Please sign in to comment.