Skip to content

Commit 6e3dba3

Browse files
committed
Use ParseKoolYaml for target files
1 parent 0dd3cd5 commit 6e3dba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/parser/parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func (p *DefaultParser) Parse(script string) (commands []builder.Command, err er
7878
}
7979

8080
for _, koolFile = range p.targetFiles {
81-
if parsedFile, err = ParseKoolYamlWithDetails(koolFile); err != nil {
81+
if parsedFile, err = ParseKoolYaml(koolFile); err != nil {
8282
return
8383
}
8484

0 commit comments

Comments
 (0)