From: Daan De Meyer Date: Fri, 10 May 2024 10:04:36 +0000 (+0200) Subject: Surround --force with quotes X-Git-Tag: v23.1~61^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebdc71c790524045c8f52e79647b032effd9f072;p=thirdparty%2Fmkosi.git Surround --force with quotes --- diff --git a/mkosi/__init__.py b/mkosi/__init__.py index 9a2af80fe..37c059823 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -4598,7 +4598,7 @@ def run_verb(args: Args, images: Sequence[Config], *, resources: Path) -> None: if not (last.output_dir_or_cwd() / last.output_with_compression).exists(): die(f"Image '{last.name()}' has not been built yet", - hint="Make sure to build the image first with 'mkosi build' or use --force") + hint="Make sure to build the image first with 'mkosi build' or use '--force'") with prepend_to_environ_path(last): check_tools(last, args.verb)