magic number is magic

This commit is contained in:
Stephen Smoogen 2016-04-06 22:00:49 +00:00
parent e3242fec18
commit 80342fff3e

View file

@ -23,7 +23,7 @@ LAST_SYNC='/usr/local/bin/last-sync'
SERVER=dl.fedoraproject.org
function sync_stuff() {
if [[ $# -ne 4 ]]; then
if [[ $# -ne 5 ]]; then
echo "Illegal number of arguments to sync_stuff: " $#
exit 1
fi