forked from LaconicNetwork/kompose
Updating Vendor
resolves #620 as libcompose PR https://github.com/docker/libcompose/pull/476 got merged.
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ func parseV2(resourceLookup ResourceLookup, environmentLookup EnvironmentLookup,
|
||||
}
|
||||
|
||||
if options.Validate {
|
||||
if err := validate(baseRawServices); err != nil {
|
||||
if err := validateV2(baseRawServices); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user