Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Sanft <[email protected]>
  • Loading branch information
msanft committed Sep 25, 2023
1 parent 43453f3 commit 0addaf0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions debugd/filebeat/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "filebeat",
srcs = ["assets.go"],
embedsrcs = [
"templates/filebeat.yml",
"inputs.yml",
],
embedsrcs = ["templates/filebeat.yml"],
importpath = "github.com/edgelesssys/constellation/v2/debugd/filebeat",
visibility = ["//visibility:public"],
)

0 comments on commit 0addaf0

Please sign in to comment.