kiss: fix bug with source printing

This commit is contained in:
Dylan Araps 2021-07-11 11:14:01 +03:00
parent 69fc1e15ec
commit 8c2591f6b4
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 0 deletions

1
kiss
View File

@ -265,6 +265,7 @@ pkg_source_resolve() {
if [ -z "${2##\#*}" ]; then
_res=
return
# Git repository.
elif [ -z "${2##git+*}" ]; then