From 27445f354a02b82df7dfd10fb18db32220202430 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 9 Jun 2022 18:40:40 +0200 Subject: [PATCH] call pull_customer_repository without parameters --- update_psa_helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_psa_helpers b/update_psa_helpers index fafbe1f..85008e8 100755 --- a/update_psa_helpers +++ b/update_psa_helpers @@ -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