From db5350d3dc1c88b76d2e2e1b45f47c0963915330 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Thu, 21 Nov 2024 12:57:49 +0100 Subject: [PATCH] Inventory: improve check service message --- lib/inventory/build-inventory/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/inventory/build-inventory/default.nix b/lib/inventory/build-inventory/default.nix index 217dbf174..88b952d5e 100644 --- a/lib/inventory/build-inventory/default.nix +++ b/lib/inventory/build-inventory/default.nix @@ -59,15 +59,15 @@ let Service ${serviceName} cannot be used in inventory. It does not declare the 'inventory' feature. - To allow it add the following to the beginning of the README.md of the module: + To allow it add the following to the beginning of the README.md of the module: - --- - ... + --- + ... - features = [ "inventory" ] - --- + features = [ "inventory" ] + --- - Also make sure to test the module with the 'inventory' feature enabled. + Also make sure to test the module with the 'inventory' feature enabled. ''; }