From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id F00471F934 for ; Tue, 4 May 2021 04:46:13 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1620103569; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0iSNwkKCJ22dG/iiinNOA6Ztpj2u1XRYZcx/xdodnPg=; b=fJMQK01GygesN2U7IMu+mr2cPjX24vx/y39WzZP+KSA7/XydM4NaRwQy7Gl2/HkOC3sL8S YJlIw+OcE95EGMbSj8PLQMroa++Ztzm44XngUbgST/88sP0LpnhUd9G+yanR7AhfENemae 3UmFraEO9JIRecULDFieF0h28FJM7qIiopom2V6bIZhi5WyTXO/fdmlP9BGqY88ZJCNTcZ jbTu/QkKFGLqIR21ZYR9+WF+KSZR89NERL6G5aleVtC37PgUqKAfSHxIzdhvqk199IxN9u snF7wdV+fdf5J09MXiqLUjgLmZNqmH2WdsJP28XSwuN9qYHS01sLXQarA7RP9Q== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 1/5] lei ls-mail-sync: update reference to ls-sync Date: Tue, 4 May 2021 00:45:55 -0400 Message-Id: <20210504044559.12941-2-kyle@kyleam.com> In-Reply-To: <20210504044559.12941-1-kyle@kyleam.com> References: <20210504044559.12941-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: ls-sync was renamed to ls-mail-sync in cb0e9d42b799c748. Update a stale reference to the old name. --- lib/PublicInbox/LeiLsMailSync.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/LeiLsMailSync.pm b/lib/PublicInbox/LeiLsMailSync.pm index 2b3d326d..532ea9b5 100644 --- a/lib/PublicInbox/LeiLsMailSync.pm +++ b/lib/PublicInbox/LeiLsMailSync.pm @@ -1,7 +1,7 @@ # Copyright (C) 2021 all contributors # License: AGPL-3.0+ -# front-end for the "lei ls-sync" sub-command +# front-end for the "lei ls-mail-sync" sub-command package PublicInbox::LeiLsMailSync; use strict; use v5.10.1; -- 2.31.1