kiss-outdated: fix missing newline

This commit is contained in:
Dylan Araps 2020-09-23 11:56:15 +03:00
parent 18de7a0670
commit 56241819a7
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ for pkg in */; do
pkg=${pkg%%/}
read -r ver _ 2>/dev/null < "$pkg/version" || {
printf '%s: local version not found' "$pkg" >&2
printf '%s: local version not found\n' "$pkg" >&2
continue
}