From 9cef04aae2e437dd13c20447fe9032581dae6a63 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Tue, 9 Nov 2021 21:45:02 +0100 Subject: [PATCH] acmecert: Fixed simple typo. --- acmecert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acmecert b/acmecert index 96507e7..f10f4a3 100755 --- 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()) -commands["acct-info"] = cmd_validate_acct +commands["acct-info"] = cmd_acct_info def cmd_order(args): "usage: acmecert order ACCOUNT-FILE CSR [OUTPUT-FILE]" -- 2.11.0