mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Typo
This commit is contained in:
parent
eb9bd2d949
commit
b850c9fa04
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user