diff options
-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>"; }; |