check-updates.sh: update error message

This commit is contained in:
Leonid Pliushch 2021-09-22 18:08:29 +03:00
parent 619960c7e8
commit 97b17a26a4
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ if [ -f "${BASEDIR}/github-projects.txt" ]; then
fi
if [ -z "$latest_version" ]; then
echo "Failed to get latest version for '${package}'."
echo "Failed to get latest version for '${package}'. Update 'github-projects.txt'."
exit 1
fi