Skip to content

Commit

Permalink
example: dep: update
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Jan 24, 2021
1 parent 9f21f30 commit b0a3d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ringcentral-engage-digital/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func main() {
if merge && len(opts.PostmanBase) > 0 {
err = conv.MergeConvert(opts.Swagger, opts.PostmanBase, opts.Postman)
} else {
err = conv.Convert(opts.Swagger, opts.Postman)
err = conv.ConvertFile(opts.Swagger, opts.Postman)
}

if err != nil {
Expand Down

0 comments on commit b0a3d65

Please sign in to comment.