Dolda2000 GitWeb
/
utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
40a1457
)
acmecert: Fixed simple typo.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 9 Nov 2021 20:45:02 +0000
(21:45 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 9 Nov 2021 20:45:02 +0000
(21:45 +0100)
acmecert
patch
|
blob
|
blame
|
history
diff --git
a/acmecert
b/acmecert
index
96507e7
..
f10f4a3
100755
(executable)
--- a/
acmecert
+++ b/
acmecert
@@
-326,7
+326,7
@@
def cmd_acct_info(args):
if len(args) < 2: raise usageerr()
with maybeopen(args[1], "r") as fp:
pprint.pprint(account.read(fp).getinfo())
if len(args) < 2: raise usageerr()
with maybeopen(args[1], "r") as fp:
pprint.pprint(account.read(fp).getinfo())
-commands["acct-info"] = cmd_
validate_acct
+commands["acct-info"] = cmd_
acct_info
def cmd_order(args):
"usage: acmecert order ACCOUNT-FILE CSR [OUTPUT-FILE]"
def cmd_order(args):
"usage: acmecert order ACCOUNT-FILE CSR [OUTPUT-FILE]"