Skip to content

Commit cceb30b

Browse files
authored
Include plugin subdirs (#746)
## Summary TSIA ## How was it tested? Ran testscripts tests successfully
1 parent 65eb0b7 commit cceb30b

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 *.json
5+
//go:embed *.json */*
66
var BuiltIn embed.FS

0 commit comments

Comments
 (0)