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

typo

parent b24381e1
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ def init(args):
'v': args['-v']
}
# override docker command if the user want to mount a specific version of IMP codebase.
if args[--'current']:
if args['--current']:
formatting_args['p'] = CURRENT_PATH
docker_cmd = 'docker run --rm -v {p}:/code -v {d}:/databases {n}:{v}'
......
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