forked from Mirror/pmbootstrap
helpers: frontend: fix newapkbuild. args.force -> context.force (MR 2388)
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
69fa230f3f
commit
7db312c981
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ def newapkbuild(args: PmbArgs) -> None:
|
|||
|
||||
# Passthrough: PKGNAME[-PKGVER] | SRCURL
|
||||
pass_through.append(args.pkgname_pkgver_srcurl)
|
||||
pmb.build.newapkbuild(args.folder, pass_through, args.force)
|
||||
pmb.build.newapkbuild(args.folder, pass_through, get_context().force)
|
||||
|
||||
|
||||
def deviceinfo_parse(args: PmbArgs) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue