aportgen: fix fork_alpine flag (MR 2252)

Broke during rework

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-06-08 01:45:36 +02:00 committed by Oliver Smith
parent 34ee1cff69
commit d8d55c3e52
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
5 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ from pmb.core.context import get_context
from pmb.types import PmbArgs
def variables(args: PmbArgs, flavor, method):
def variables(args: PmbArgs, flavor: str, method: str):
device = get_context().config.device
deviceinfo = pmb.parse.deviceinfo()
_cmdline = deviceinfo.kernel_cmdline or ""