Skip to content

Commit 816f07d

Browse files
authored
Fix typo in seperator
1 parent 6d4741f commit 816f07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/validate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func ValidatePath(recipePath string) error {
2525
if strings.TrimSpace(file) == "" {
2626
continue
2727
}
28-
properties := strings.Split(file, " #FSG #")
28+
properties := strings.Split(file, " #FSG# ")
2929

3030
wg.Add(1)
3131
go func(prop []string) {

0 commit comments

Comments
 (0)