Skip to content

Commit 57fa972

Browse files
CodazziSkerwanp
authored andcommitted
Remove unwanted curly bracket in generated filename (openapi-ts#1767)
1 parent e927a51 commit 57fa972

File tree

1 file changed

+1
-1
lines changed
  • packages/openapi-typescript/bin

1 file changed

+1
-1
lines changed

packages/openapi-typescript/bin/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const flags = parser(args, {
8585
*/
8686
function normalizeOutput(output) {
8787
if (path.isAbsolute(output)) {
88-
return new URL(`file://${output}}`);
88+
return new URL(`file://${output}`);
8989
}
9090
return new URL(output, CWD);
9191
}

0 commit comments

Comments
 (0)