Remove extraneous period.

This commit is contained in:
Jonathan Dahan 2020-09-04 13:32:29 -04:00
parent d94c811e7f
commit b58d4d3c95
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ kiss list "${1:-null}" >/dev/null || {
exit 1
}
# Grab the package's version..
# Grab the package's version.
read -r ver rel 2>/dev/null < "$KISS_ROOT/var/db/kiss/installed/$1/version"
# Reset the argument list.