Skip to content

Commit 3b894e1

Browse files
authored
Fix build: only go:embed .json files in plugins dir (#743)
## Summary TSIA. See #742 for context. ## How was it tested? Ran `devbox shell`
1 parent 7a14cb8 commit 3b894e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugins.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package plugins
22

33
import "embed"
44

5-
//go:embed *
5+
//go:embed *.json
66
var BuiltIn embed.FS

0 commit comments

Comments
 (0)