We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4741f commit 816f07dCopy full SHA for 816f07d
core/validate.go
@@ -25,7 +25,7 @@ func ValidatePath(recipePath string) error {
25
if strings.TrimSpace(file) == "" {
26
continue
27
}
28
- properties := strings.Split(file, " #FSG #")
+ properties := strings.Split(file, " #FSG# ")
29
30
wg.Add(1)
31
go func(prop []string) {
0 commit comments