kiss: fix incorrect variable in error message

This commit is contained in:
Dylan Araps 2021-07-20 20:30:15 +03:00
parent cf9e663c76
commit ab9c0841ff
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -377,7 +377,7 @@ pkg_source_resolve() {
_res=/${2##/}
else
die "$1" "No local file '$_res'"
die "$1" "No local file '$2'"
fi
ok "$4" || printf 'found %s\n' "$_res"