call pull_customer_repository without parameters

This commit is contained in:
Gerhard Hoffmann 2022-06-09 18:40:40 +02:00
parent 83aa2dbd5c
commit 27445f354a

View File

@ -24,7 +24,7 @@ exec_opkg_command () {
# Fetch/merge updates from predefined repository using git.
#
fetch_customer_updates() {
if ! pull_customer_repository $1; then
if ! pull_customer_repository; then
return 1
fi
return 0