src/zlevis-encrypt: update error message
This commit is contained in:
parent
e0424c61a8
commit
6f2a105188
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue