kiss-outdated: nit

This commit is contained in:
Dylan Araps 2021-07-18 08:38:58 +03:00
parent 7b996b9c06
commit 905256b2b5
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ repology_name() {
}
main() {
printf '\n[Checking repology.org for outdated packages in %s]\n\n' "$1" >&2
printf '\n[Checking Repology for outdated packages in %s]\n\n' "${1%%/}" >&2
for pkg in */; do
pkg=${pkg%%/}