Skip to content

Commit

Permalink
Correct search term (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 28, 2024
1 parent b45c8c0 commit c934705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@
<filterchain>
<tokenfilter>
<replaceregex
pattern="id:\s*([0-9a-fA-F\-]+)$"
pattern="Processing complete\s*([0-9a-fA-F\-]+)$"
replace="\1" />
</tokenfilter>
<striplinebreaks/>
Expand Down Expand Up @@ -2115,7 +2115,7 @@
<filterchain>
<tokenfilter>
<replaceregex
pattern="id:\s*([0-9a-fA-F\-]+)$"
pattern="Processing complete\s*([0-9a-fA-F\-]+)$"
replace="\1" />
</tokenfilter>
<striplinebreaks/>
Expand Down

0 comments on commit c934705

Please sign in to comment.