Skip to content

Commit

Permalink
fix: fix glob to include correct extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasthiebaud committed Sep 2, 2020
1 parent 6605e11 commit 562982e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fastify-schema-to-typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ program
.option(
"-g, --glob <value>",
"glob matching JSON schema to convert",
"src/**/schema.(json|yaml|yml)"
"src/**/schema.{json,yaml,yml}"
)
.option(
"-p, --prefix <value>",
Expand Down

0 comments on commit 562982e

Please sign in to comment.