diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-08 16:13:15 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-08 16:13:15 +0100 |
commit | 37feb4031f74377966b32842326b49525d07f36e (patch) | |
tree | c1a7de9b52d3d1344c16dd5be4a4a0ca0e590211 /synapse/config | |
parent | Merge branch 'hotfixes-v0.9.0-r1' of github.com:matrix-org/synapse (diff) | |
parent | Bump version (diff) | |
download | synapse-37feb4031f74377966b32842326b49525d07f36e.tar.xz |
Merge branch 'hotfixes-v0.9.0-r2' of github.com:matrix-org/synapse v0.9.0-r2
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/_base.py b/synapse/config/_base.py index 2807abbc90..d4163d6272 100644 --- a/synapse/config/_base.py +++ b/synapse/config/_base.py @@ -157,7 +157,7 @@ class Config(object): 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): |