kiss: better message. Related to #196

This commit is contained in:
Dylan Araps 2020-10-23 14:45:04 +03:00
parent eb2eef852c
commit 9818c0866e
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

@ -279,7 +279,7 @@ pkg_sources() {
printf 'found git %s\n' "${src##git+}"
elif [ -f "./${dest:-.}/${src##*/}" ]; then
printf 'found cached %s\n' "${src##*/}"
printf 'found cached %s\n' "${dest:+"$dest/"}${src##*/}"
elif [ -z "${src##*://*}" ]; then
printf 'downloading %s\n' "$src"