From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1433030-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 75B53158094
	for <garchives@archives.gentoo.org>; Sat,  3 Sep 2022 02:50:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 923D5E0817;
	Sat,  3 Sep 2022 02:50:33 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 75EDAE0817
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Sep 2022 02:50:33 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 21206340F5F
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Sep 2022 02:50:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B14B526
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Sep 2022 02:50:30 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1662173418.739916f6b5abd72102f65a8fe7530add40ca4da2.sam@gentoo>
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
X-VCS-Repository: proj/qa-scripts
X-VCS-Files: keyrings-export.bash
X-VCS-Directories: /
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 739916f6b5abd72102f65a8fe7530add40ca4da2
X-VCS-Branch: master
Date: Sat,  3 Sep 2022 02:50:30 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 68263128-1fae-415b-94e7-532980c6a01f
X-Archives-Hash: 7134a4d88a645c446c00c273cc797a74

commit:     739916f6b5abd72102f65a8fe7530add40ca4da2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  3 02:50:18 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  3 02:50:18 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=739916f6

keyrings-export.bash: fix check

Signed-off-by: Sam James <sam <AT> gentoo.org>

 keyrings-export.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyrings-export.bash b/keyrings-export.bash
index 39091f4..35c9959 100755
--- a/keyrings-export.bash
+++ b/keyrings-export.bash
@@ -53,7 +53,7 @@ for key in service-keys committing-devs active-devs infra-devs retired-devs all-
 
 	timestamp=$(date -u +%Y%m%d-%A -d "monday")
 
-	if [[ ${timestamp} != *-Monday ]] ;
+	if [[ ${timestamp} != *-Monday ]] ; then
 		break
 	fi