diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-08-31T23·09-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-08-31T23·21+0000 |
commit | 7a83b8fe40eac0b05123e6cc3f4faecf86aed915 (patch) | |
tree | 8303d7ddbcfa2be8f968f30fda84a8e481e8fb24 /ops/nixos/monorepo-gerrit.nix | |
parent | 2afa22e51223ab1651bead4d0cd267f69e73aa7c (diff) |
fix(ops/monorepo-gerrit): Escape escape characters with more escape characters r/1752
Escape! Change-Id: Idec7d17feda13ccf1ec03c41106ec6ed581d9e47 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1901 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'ops/nixos/monorepo-gerrit.nix')
-rw-r--r-- | ops/nixos/monorepo-gerrit.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/nixos/monorepo-gerrit.nix b/ops/nixos/monorepo-gerrit.nix index c3bac190726e..eda64766f4b2 100644 --- a/ops/nixos/monorepo-gerrit.nix +++ b/ops/nixos/monorepo-gerrit.nix @@ -69,7 +69,7 @@ in { # Auto-link panettone bug links commentlink.panettone = { - match = "b/(\\d+)"; + match = "b/(\\\\d+)"; html = "<a href=\"https://b.tvl.fyi/issues/$1\">b/$1</a>"; }; |