Skip to content

Commit

Permalink
update new modifier regex. (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
peombwa authored Sep 24, 2020
1 parent bac8a25 commit 55405b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/readme.graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ directive:
- from: source-file-csharp
where: $
transform: >
if (!$documentPath.match(/generated%5Capi%5CModels%5CMicrosoftGraph\w*\d*.cs/gm))
if (!$documentPath.match(/generated%5Capi%5CModels%5C\w*MicrosoftGraph\w*\d*.cs/gm))
{
return $;
} else {
Expand Down

0 comments on commit 55405b3

Please sign in to comment.