Tools: setup-unit: Fix error message

Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar
2024-02-09 00:28:51 +01:00
parent 565a8ed018
commit bc093ab3ee

View File

@@ -417,7 +417,7 @@ unit_ctl_edit()
done;
if ! test $# -ge 1; then
err 'ctl: insert: PATH: Missing argument.';
err 'ctl: edit: PATH: Missing argument.';
fi;
local req_path="$1";