Update .gitmodules
This commit is contained in:
parent
8d0e23bde1
commit
515a863195
|
@ -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:
|
# 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.
|
# External developers may safely ignore this submodule.
|
||||||
[submodule "abusive-message-filter"]
|
[submodule "spam-filter"]
|
||||||
path = spam-filter
|
path = spam-filter
|
||||||
url = REDACTED
|
url = REDACTED
|
||||||
|
|
Loading…
Reference in New Issue