From e2cbae9384079a029fe63e2f7d107d7761d2d885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sun, 6 Jun 2021 12:13:06 +0000 Subject: [PATCH] Remove reference to renewals --- pinecrypt/client/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinecrypt/client/cli.py b/pinecrypt/client/cli.py index ca4b1b2..c310430 100644 --- a/pinecrypt/client/cli.py +++ b/pinecrypt/client/cli.py @@ -370,7 +370,7 @@ def certidude_enroll(fork, no_wait, kerberos): os.rename(certificate_partial, certificate_path) else: - click.echo("Certificate found at %s and no renewal requested" % certificate_path) + click.echo("Certificate found at %s" % certificate_path) ############################## # Configure related services #