forked from Mirror/pmbootstrap
helpers: more small cleanup (MR 2252)
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
fc010bc7c8
commit
d9ffb87424
2 changed files with 3 additions and 3 deletions
|
@ -616,7 +616,7 @@ def lint(args: PmbArgs):
|
|||
if not packages:
|
||||
packages = pmb.helpers.pmaports.get_list()
|
||||
|
||||
pmb.helpers.lint.check(args, packages)
|
||||
pmb.helpers.lint.check(packages)
|
||||
|
||||
|
||||
def status(args: PmbArgs) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue