Skip to content
Snippets Groups Projects
Commit cffabc7532b1 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:ambulance: fix typo

parent fadf72730eec
No related branches found
No related tags found
No related merge requests found
...@@ -614,7 +614,7 @@ ...@@ -614,7 +614,7 @@
if start_py3o_stack: if start_py3o_stack:
start_py3o(docker_client) start_py3o(docker_client)
options.append('--add-host') options.append('--add-host')
options.append('py3o:{}'.format(local_p)) options.append('py3o:{}'.format(local_ip))
options.append('--add-host') options.append('--add-host')
options.append('py3o-fusion-server:{}'.format(local_ip)) options.append('py3o-fusion-server:{}'.format(local_ip))
......
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