summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--synapse/config/repository.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/repository.py b/synapse/config/repository.py
index da1007d767..49922c6d03 100644
--- a/synapse/config/repository.py
+++ b/synapse/config/repository.py
@@ -153,7 +153,7 @@ class ContentRepositoryConfig(Config):
         #
         # url_preview_url_blacklist:
         # # blacklist any URL with a username in its URI
-        # - username: '*''
+        # - username: '*'
         #
         # # blacklist all *.google.com URLs
         # - netloc: 'google.com'