build: strict: fix call to chroot.zap (MR 2252)

args lol

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-06-13 22:46:34 +02:00 committed by Oliver Smith
parent fe34442bd1
commit 8fbc3a450d
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -105,7 +105,7 @@ def aportgen(args: PmbArgs):
def build(args: PmbArgs):
# Strict mode: zap everything
if args.strict:
pmb.chroot.zap(args, False)
pmb.chroot.zap(False)
if args.envkernel:
pmb.build.envkernel.package_kernel(args)