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
(cherry picked from commit 8694f47)
  • Loading branch information
Steffen Siering committed May 14, 2020
1 parent a40d449 commit 48b9f54
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 48b9f54

Please sign in to comment.