From: Stephen Seo Date: Thu, 8 Sep 2022 04:29:22 +0000 (+0900) Subject: Fix typo: missing comma in tuple X-Git-Url: https://git.seodisparate.com/stephenseo/js/bootstrap.bundle.min.js?a=commitdiff_plain;h=b65812cc3b94957b456930ad3cf79eea394f0236;p=AnotherAURHelper Fix typo: missing comma in tuple --- 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"] ),