summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-05-07 09:33:30 +0100
committerDavid Baker <dave@matrix.org>2015-05-07 09:33:30 +0100
commitb850c9fa04eca2dcc7118dfc20481617b84a623b (patch)
treee0fd2c57761ecd67eb1d31a211e0764deed501b9 /synapse/config
parentuser_id now in user_threepids (diff)
downloadsynapse-b850c9fa04eca2dcc7118dfc20481617b84a623b.tar.xz
Typo
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/_base.py b/synapse/config/_base.py

index cd4bd28e8c..447c6e3128 100644 --- a/synapse/config/_base.py +++ b/synapse/config/_base.py
@@ -156,7 +156,7 @@ class Config(object): if config_args.generate_config: server_name = config_args.server_name if not server_name: - print "Most specify a server_name to a generate config for." + print "Must specify a server_name to a generate config for." sys.exit(1) (config_path,) = config_args.config_path if not os.path.exists(config_dir_path):