summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/databases/hbase-standalone.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/databases/hbase-standalone.nix')
-rw-r--r--nixos/modules/services/databases/hbase-standalone.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/hbase-standalone.nix b/nixos/modules/services/databases/hbase-standalone.nix
index 08ae7625d50a..de295a57193f 100644
--- a/nixos/modules/services/databases/hbase-standalone.nix
+++ b/nixos/modules/services/databases/hbase-standalone.nix
@@ -43,7 +43,7 @@ in {
enable = mkEnableOption (lib.mdDoc ''
HBase master in standalone mode with embedded regionserver and zookeper.
- Do not use this configuration for production nor for evaluating HBase performance.
+ Do not use this configuration for production nor for evaluating HBase performance
'');
package = mkPackageOption pkgs "hbase" { };