From 89a077e54c17378f079572ab71b413a73c4e0002 Mon Sep 17 00:00:00 2001 From: Curtis Castrapel Date: Fri, 12 Oct 2018 07:14:31 -0700 Subject: [PATCH] minor change to pass stuck github check --- lemur/pending_certificates/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemur/pending_certificates/cli.py b/lemur/pending_certificates/cli.py index 6424c5f5..ccad8de5 100644 --- a/lemur/pending_certificates/cli.py +++ b/lemur/pending_certificates/cli.py @@ -22,7 +22,7 @@ manager = Manager(usage="Handles pending certificate related tasks.") @manager.option('-i', dest='ids', action='append', help='IDs of pending certificates to fetch') def fetch(ids): """ - Attempt to get full certificates for each pending certificate listed. + Attempt to get full certificate for each pending certificate listed. Args: ids: a list of ids of PendingCertificates (passed in by manager options when run as CLI)