From 07222edeb968f22132e0078343811a873fdab189 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 May 2023 10:03:39 +0200 Subject: fix syntax error --- bin/get-package-updates | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/get-package-updates') diff --git a/bin/get-package-updates b/bin/get-package-updates index 009330c..28e3536 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -339,6 +339,7 @@ echo 'Check modified packages from the last update, and put them to the build li else mode='>' fi + fi if git -C "${repo_paths__archlinux32}" archive "${new_repo_revisions__archlinux32}" -- "${repository}/${pkgbase}" >/dev/null 2>&1; then mod_git_revision="${new_repo_revisions__archlinux32}" else -- cgit v1.2.3-54-g00ecf