From: Yu Watanabe Date: Wed, 16 Oct 2024 15:44:38 +0000 (+0900) Subject: ukify: fix typo X-Git-Tag: v257-rc1~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e776ab8e210f335deab1fa3db490bd2ab5b9e5fd;p=thirdparty%2Fsystemd.git ukify: fix typo Follow-up for 02eabaffe98c9a3b5dec1c4837968a4d3e2ff7db. --- diff --git a/src/ukify/ukify.py b/src/ukify/ukify.py index f0d7ee60b78..02220dd983b 100755 --- a/src/ukify/ukify.py +++ b/src/ukify/ukify.py @@ -1478,7 +1478,7 @@ class SignToolAction(argparse.Action): elif values == 'pesign': setattr(namespace, 'signtool', PeSign) else: - raise ValueError(f"Unknon signtool '{values}' (this is unreachable)") + raise ValueError(f"Unknown signtool '{values}' (this is unreachable)") VERBS = ('build', 'genkey', 'inspect')