Fix typo: missing comma in tuple
This commit is contained in:
parent
c8f0bd6f06
commit
b65812cc3b
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ def get_pkg_current_version(pkg, pkg_state, repo):
|
||||||
(
|
(
|
||||||
"/usr/bin/env",
|
"/usr/bin/env",
|
||||||
"bash",
|
"bash",
|
||||||
"-c"
|
"-c",
|
||||||
"tar -tf {} | grep '{}.*/$'".format(
|
"tar -tf {} | grep '{}.*/$'".format(
|
||||||
repo, pkg_state[pkg]["pkg_name"]
|
repo, pkg_state[pkg]["pkg_name"]
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue