src/zlevis-encrypt: update error message

This commit is contained in:
Luc Bijl 2025-02-14 22:09:28 +01:00
parent e0424c61a8
commit 6f2a105188

View file

@ -66,7 +66,7 @@ fi
# Validate the configuration input
if ! cfg="$(jose fmt -j "$1" -Oo- 2>/dev/null)"; then
echo "Configuration is malformed" >&2
echo "Configuration '{\"property\":\"value\"}' is malformed" >&2
exit 1
fi