mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
magic number is magic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user