Skip to content
Snippets Groups Projects
Commit 21418d4f authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix Git URL

parent 279edca1
Branches
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"version": "0.1.0", "version": "0.1.0",
"description": "The {{ cookiecutter.project_name }} project", "description": "The {{ cookiecutter.project_name }} project",
"gitlab_username": "{{cookiecutter.email.split('@')[0]}}", "gitlab_username": "{{cookiecutter.email.split('@')[0]}}",
"gitlab_repo_path": "https://git.km3net.de/{{ cookiecutter.gitlab_username + '/' + cookiecutter.project_slug }}.git", "gitlab_repo_path": "https://git.km3net.de/{{ cookiecutter.gitlab_username + '/' + cookiecutter.project_slug }}",
"_extensions": ["jinja2_time.TimeExtension"], "_extensions": ["jinja2_time.TimeExtension"],
"_test": "{% print('hello') %}" "_test": "{% print('hello') %}"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment