call pull_customer_repository without parameters
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user