magic number is magic
This commit is contained in:
parent
e3242fec18
commit
80342fff3e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue