Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit d9d5776

Browse files
committed
fixes validation in merge_v2.go
Signed-off-by: Suraj Narwade <[email protected]>
1 parent 01ff892 commit d9d5776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/merge_v2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func parseV2(resourceLookup ResourceLookup, environmentLookup EnvironmentLookup,
114114
}
115115

116116
if options.Validate {
117-
if err := validate(baseRawServices); err != nil {
117+
if err := validateV2(baseRawServices); err != nil {
118118
return nil, err
119119
}
120120
}

0 commit comments

Comments
 (0)