projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8333bad
)
ukify: fix typo
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Wed, 16 Oct 2024 15:44:38 +0000
(
00:44
+0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Wed, 16 Oct 2024 15:44:41 +0000
(
00:44
+0900)
Follow-up for
02eabaffe98c9a3b5dec1c4837968a4d3e2ff7db
.
src/ukify/ukify.py
patch
|
blob
|
history
diff --git
a/src/ukify/ukify.py
b/src/ukify/ukify.py
index f0d7ee60b781ad97f450a1851fb924501a90cdcd..02220dd983b61552177e307da6dd911be6db2bf7 100755
(executable)
--- 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"Unkno
w
n signtool '{values}' (this is unreachable)")
VERBS = ('build', 'genkey', 'inspect')