We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855d5b8 commit 184ff13Copy full SHA for 184ff13
packages/openapi-typescript/bin/cli.js
@@ -85,7 +85,7 @@ const flags = parser(args, {
85
*/
86
function normalizeOutput(output) {
87
if (path.isAbsolute(output)) {
88
- return new URL(`file://${output}}`);
+ return new URL(`file://${output}`);
89
}
90
return new URL(output, CWD);
91
0 commit comments