Skip to content

Commit db05a7b

Browse files
authored
Remove unwanted curly bracket in generated filename (openapi-ts#1767)
1 parent 16f96ab commit db05a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.js

Lines changed: 1 addition & 1 deletion
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)