From: Zbigniew Jędrzejewski-Szmek Date: Wed, 17 May 2023 15:57:17 +0000 (+0200) Subject: Fix typo X-Git-Tag: v15~124^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5c90292d47b2baa428fcaac196276460eab9765;p=thirdparty%2Fmkosi.git Fix typo --- diff --git a/mkosi/run.py b/mkosi/run.py index c60dfb531..886ddf24a 100644 --- a/mkosi/run.py +++ b/mkosi/run.py @@ -228,7 +228,7 @@ def run( env["SYSTEMD_LOG_LEVEL"] = "debug" if "input" in kwargs: - assert stdin is None # stdin and input can be specified together + assert stdin is None # stdin and input cannot be specified together elif stdin is None: stdin = subprocess.DEVNULL