kiss-outdated: Hide git packages

This commit is contained in:
Dylan Araps 2020-10-05 08:24:08 +03:00
parent d7c70837b9
commit f54432632d
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 3 deletions

View File

@ -239,10 +239,8 @@ main() {
continue
}
[ "$ver" = git ] && {
printf '%-30s git\n' "$pkg" >&2
[ "$ver" = git ] &&
continue
}
repology_version "$pkg" || {
printf '%-30s network error\n' "$pkg" >&2