small fix for 'get-latest-version.sh' script

This commit is contained in:
Leonid Pliushch 2018-09-28 16:01:33 +03:00 committed by Yaksh Bariya
parent 793d997194
commit 420c466807
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ if [ -z "${1}" ]; then
echo
echo "This script retrieves current package version"
echo "from https://www.archlinux.org."
exit 1
fi
for repo in extra community core; do