Skip to content

Commit

Permalink
Fix regex for openapi resources
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Aug 12, 2024
1 parent 0a60c10 commit 5996e4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"pattern": "\\Qlogging.properties\\E"
},
{
"pattern": "\\Qresources/openapi_*.json\\E"
"pattern": "\\Qresources/openapi_[0-9]+.json\\E"
}
]
}
Expand Down

0 comments on commit 5996e4e

Please sign in to comment.