From b65812cc3b94957b456930ad3cf79eea394f0236 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 8 Sep 2022 13:29:22 +0900 Subject: [PATCH] Fix typo: missing comma in tuple --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index f023bc1..fe87d13 100755 --- a/update.py +++ b/update.py @@ -580,7 +580,7 @@ def get_pkg_current_version(pkg, pkg_state, repo): ( "/usr/bin/env", "bash", - "-c" + "-c", "tar -tf {} | grep '{}.*/$'".format( repo, pkg_state[pkg]["pkg_name"] ), -- 2.49.0