small fix for 'get-latest-version.sh' script
This commit is contained in:
parent
793d997194
commit
420c466807
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user