We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bfcd5 commit 83ca0b5Copy full SHA for 83ca0b5
packages/openapi-typescript/bin/cli.js
@@ -87,7 +87,7 @@ function normalizeOutput(output) {
87
if (path.isAbsolute(output)) {
88
return new URL(`file://${output}}`);
89
}
90
- return new URL(flags.output, CWD);
+ return new URL(output, CWD);
91
92
93
/**
0 commit comments