From af582b66bb1885e7cbb8a07d073f94ae421ecfc8 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 8 Apr 2016 19:08:47 +0100 Subject: [PATCH] fix typo --- synapse/config/repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'