Skip to content
Snippets Groups Projects
Commit 4a660df5 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'issue-15' into 'master'

Add missing parameter to create script (closes #15)

See merge request !27
parents b397a3d2 82653d2f
No related branches found
No related tags found
1 merge request!27Add missing parameter to create script (closes #15)
Pipeline #27451 passed
......@@ -92,7 +92,7 @@ Examples:
@verbosity_option()
@bdt.raise_on_error
def create(name, recipe_dir, python, overwrite, condarc, use_local, config,
append_file, server, private, stable, dry_run):
append_file, server, group, private, stable, dry_run):
"""Creates a development environment for a recipe
It uses the conda render API to render a recipe and install an environment
......
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