Skip to content
Snippets Groups Projects
Commit 476723fb authored by Matt Traudt's avatar Matt Traudt
Browse files

Fix path to deploy document

parent dd03ae3d
No related branches found
No related tags found
No related merge requests found
......@@ -131,9 +131,9 @@ def main(args, conf, log_):
if len(conf['server.passwords']) < 1:
conf_fname = os.path.join(args.directory, 'config.ini')
fail_hard('Sbws server needs at least one password in the section'\
' [server.passwords] in the config file in {}. See '\
'doc/installing.rst for more information.'\
fail_hard('Sbws server needs at least one password in the section'
' [server.passwords] in the config file in {}. See '
'DEPLOY.rst for more information.'
.format(conf_fname), log=log)
server = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment