fix(ops/monorepo-gerrit): Escape escape characters with more escape characters

Escape!

Change-Id: Idec7d17feda13ccf1ec03c41106ec6ed581d9e47
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1901
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Griffin Smith 2020-08-31 19:09:35 -04:00 committed by glittershark
parent 2afa22e512
commit 7a83b8fe40

View file

@ -69,7 +69,7 @@ in {
# Auto-link panettone bug links # Auto-link panettone bug links
commentlink.panettone = { commentlink.panettone = {
match = "b/(\\d+)"; match = "b/(\\\\d+)";
html = "<a href=\"https://b.tvl.fyi/issues/$1\">b/$1</a>"; html = "<a href=\"https://b.tvl.fyi/issues/$1\">b/$1</a>";
}; };