Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
masterofthebrain committed Dec 15, 2023
1 parent 0056c61 commit addaef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scrub/scrub.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit addaef2

Please sign in to comment.