From 515a8631957c295dad9ab819a0b9f640886f7d58 Mon Sep 17 00:00:00 2001 From: Sergey Skrobotov Date: Mon, 30 Jan 2023 13:28:06 -0800 Subject: [PATCH] Update .gitmodules --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index ef07ce2d1..001617ad9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ -# Note that the implementation of the abusive message filter is private; internal +# Note that the implementation of the spam filter is private; internal # developers will need to override this URL with: # # ``` -# git config submodule.abusive-message-filter.url PRIVATE_URL +# git config submodule.spam-filter.url PRIVATE_URL # ``` # # External developers may safely ignore this submodule. -[submodule "abusive-message-filter"] +[submodule "spam-filter"] path = spam-filter url = REDACTED