From e2135379d80ee4ec92a2eefb4b2a0b31249bd385 Mon Sep 17 00:00:00 2001 From: Luc Date: Fri, 14 Feb 2025 23:48:04 +0100 Subject: [PATCH] src/zlevis-encrypt: update --- src/zlevis-encrypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zlevis-encrypt b/src/zlevis-encrypt index a03ded1..989c711 100755 --- a/src/zlevis-encrypt +++ b/src/zlevis-encrypt @@ -66,7 +66,7 @@ fi # Validate the configuration input if ! cfg="$(jose fmt -j "$1" -Oo- 2>/dev/null)"; then - echo "Configuration '{\"property\":\"value\"}' is malformed" >&2 + echo "Configuration '{\"property\":\"value\"}' is not present or malformed" >&2 exit 1 fi