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

docker dev start: fix :bug: with long name with hyphen

parent 7cc77666832d
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@
arg.append('-d %s' % nmspc.database)
if nmspc.install:
arg.append('-i %s' % nmspc.database)
if nmspc.without-demo:
if nmspc.without_demo:
arg.append('--without-demo %s' % nmspc.database)
# auto detect 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