Skip to content
Snippets Groups Projects
Commit 5cedcb31 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

Default cookiecutter address as url instead of ssh

parent b7fb64c9
Branches
Tags
1 merge request!311Cookiecutter for new bob projects
Pipeline #64189 failed
......@@ -51,9 +51,9 @@ Examples:
)
@click.option(
"--template",
default="git@gitlab.idiap.ch:bob/new-project",
default="https://gitlab.idiap.ch/bob/new-project",
help="Location of the Cookiecutter project template. Will fetch the latest "
"version on git@gitlab.idiap.ch:bob/new-project if not specified.",
"version on https://gitlab.idiap.ch/bob/new-project if not specified.",
)
@verbosity_option()
@bdt.raise_on_error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment