We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfff99 commit 4703e88Copy full SHA for 4703e88
tools/cli/internal/openapi/openapi.go
@@ -50,7 +50,7 @@ func (o *OasDiff) MergeOpenAPISpecs(paths []string) (*Spec, error) {
50
return nil, err
51
}
52
53
- o.result, err = o.GetSimpleDiff(o.base, o.external)
+ o.result, err = o.GetSimpleDiff(o.base, spec)
54
if err != nil {
55
log.Fatalf("error in calculating the diff of the specs: %s", err)
56
0 commit comments