From d5f678f70cc8976fc711034bf16ba8ffd9d5385b Mon Sep 17 00:00:00 2001 From: Hossein Shafagh Date: Fri, 29 Jan 2021 10:46:58 -0800 Subject: [PATCH] language --- lemur/certificates/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lemur/certificates/cli.py b/lemur/certificates/cli.py index dac7680d..f881b9b6 100644 --- a/lemur/certificates/cli.py +++ b/lemur/certificates/cli.py @@ -249,8 +249,8 @@ def rotate(endpoint_name, new_certificate_name, old_certificate_name, message, c current_app.logger.info(log_data) else: - # no certificate name or endpoint was provided, so we will now fetch all endpoints, - # which have are attached to a certificate that has been replaced + # No certificate name or endpoint is provided. We will now fetch all endpoints, + # which are associated with a certificate that has been replaced print("[+] Rotating all endpoints that have new certificates available") for endpoint in endpoint_service.get_all_pending_rotation():