src/zlevis-encrypt: update

This commit is contained in:
Luc Bijl 2025-02-14 23:48:04 +01:00
parent 17eb015918
commit e2135379d8

View file

@ -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