Updating Vendor

resolves #620 as libcompose PR https://github.com/docker/libcompose/pull/476
got merged.
This commit is contained in:
Suraj Narwade
2017-06-16 17:55:50 +05:30
parent f823a22e64
commit d2253f1eb2
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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
}
}