From: Daan De Meyer Date: Wed, 3 Dec 2025 14:05:59 +0000 (+0100) Subject: Fix case where we don't check for box verb X-Git-Tag: v26~33^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bf07103a349eccd03757b8c63d8f9726f3a5bda;p=thirdparty%2Fmkosi.git Fix case where we don't check for box verb --- diff --git a/mkosi/config.py b/mkosi/config.py index cf4fd1613..961ddfc26 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -5044,7 +5044,7 @@ def have_history(args: Args) -> bool: if args.directory is None: return False - if args.verb in (Verb.clean, Verb.sandbox, Verb.latest_snapshot): + if args.verb in (Verb.clean, Verb.box, Verb.sandbox, Verb.latest_snapshot): return False if args.verb == Verb.summary and args.force > 0: