Skip to content

Commit 55405b3

Browse files
authored
update new modifier regex. (#398)
1 parent bac8a25 commit 55405b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/readme.graph.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ directive:
457457
- from: source-file-csharp
458458
where: $
459459
transform: >
460-
if (!$documentPath.match(/generated%5Capi%5CModels%5CMicrosoftGraph\w*\d*.cs/gm))
460+
if (!$documentPath.match(/generated%5Capi%5CModels%5C\w*MicrosoftGraph\w*\d*.cs/gm))
461461
{
462462
return $;
463463
} else {

0 commit comments

Comments
 (0)