summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 3a6d5fd..ec25899 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -161,7 +161,7 @@ something_new=false
for repo in ${repo_names}; do
eval repo_path='"${repo_paths__'"${repo}"'}"'
# Update git repositories (official packages, community packages and the repository of package customizations).
- git -C "${repo_path}" fetch origin master:master
+ git -C "${repo_path}" remote update
# read previous git revision numbers from database.
# shellcheck disable=SC2016
eval "old_repo_revisions__${repo}='$(