From addaef2bd1db767039b722cfbc9ff46f32e54dcb Mon Sep 17 00:00:00 2001 From: Stefan Kaltenbrunner Date: Fri, 15 Dec 2023 14:51:15 +0100 Subject: [PATCH] fix typo in comment --- tools/scrub/scrub.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scrub/scrub.sql b/tools/scrub/scrub.sql index 165f8963..510004ce 100644 --- a/tools/scrub/scrub.sql +++ b/tools/scrub/scrub.sql @@ -14,7 +14,7 @@ \set ON_ERROR_STOP 1 BEGIN; --- Commnity auth sites need reset crypto keys +-- reset crypto keys of community auth sites -- The actual sites and id's are not secret. UPDATE account_communityauthsite SET cryptkey='XXX'; -- 2.39.5