From c26584f1e5bcd2f75fa3d8aec656805d0bab5013 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 14 Jun 2019 05:36:06 +0200 Subject: nixos: Fix build of manual Manual build broken by 79f7f89442d9132c35b6417187cb1567eca2b910, which is part of pull request #59179 (Fix Cassandra, improve config and tests). The issue was just a small error because of an unbalanced tag, so only a "/" was missing :-) Signed-off-by: aszlig Cc: @aanderse --- nixos/modules/services/databases/cassandra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services') diff --git a/nixos/modules/services/databases/cassandra.nix b/nixos/modules/services/databases/cassandra.nix index fc5812c49df0..e2ea9fcda6b0 100644 --- a/nixos/modules/services/databases/cassandra.nix +++ b/nixos/modules/services/databases/cassandra.nix @@ -251,7 +251,7 @@ in { example = literalExample "null"; description = '' Set the interval how often incremental repairs are run, i.e. - nodetool repair is executed. See + nodetool repair is executed. See https://cassandra.apache.org/doc/latest/operating/repair.html for more information. -- cgit v1.2.3