Skip to content
Snippets Groups Projects
Commit b24381e1 authored by Yohan Jarosz's avatar Yohan Jarosz
Browse files

typo

parent d3cdfd8b
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ def run(args):
'-v %s:/databases' % database_path,
]
# add code mount point if the user want to mount a specific version of IMP codebase.
if args[--'current']:
if args['--current']:
mount_points.append('-v %s:/code' % CURRENT_PATH)
# environment variables: add MG and MT data and config if specified
......
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