kiss: fix error message

This commit is contained in:
Dylan Araps 2020-10-03 11:42:58 +03:00
parent 5ca064ae1f
commit 81aeff9edb
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -150,7 +150,7 @@ pkg_lint() {
cd "$repo_dir"
read -r _ release 2>/dev/null < version ||
die "version file not found"
die "$1" "version file not found"
[ "$release" ] ||
die "$1" "release field not found in version file"