Skip to content

Commit 39af82f

Browse files
committed
coiper
1 parent abb6da7 commit 39af82f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.7-17-g9d45bba
2+
_commit: v0.0.7-18-g5487b2a
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: Copier template for creating Python libraries and executables
55
python_ci_versions:

template/.devcontainer/on-create-command.sh.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ git config --global --add safe.directory /workspaces/{% endraw %}{{ repo_name }}
77

88
sh .devcontainer/on-create-command-boilerplate.sh
99

10-
{% endraw %}{% if python_package_registry is not defined or python_package_registry == "PyPi" %}{% raw %}sh .devcontainer/manual-setup-deps.sh{% endraw %}{% endif %}{% raw %}
10+
{% endraw %}{% if python_package_registry is not defined or python_package_registry == "PyPI" %}{% raw %}sh .devcontainer/manual-setup-deps.sh{% endraw %}{% endif %}{% raw %}
1111

1212
pre-commit install --install-hooks{% endraw %}

0 commit comments

Comments
 (0)