Skip to content

Commit 3164ebb

Browse files
committed
Add brackets in comment
Signed-off-by: Leonidas Avdelas <avdelasleonidas@gmail.com>
1 parent 0ccb281 commit 3164ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/config.toml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ sentry_dsn = "{{ gitlab_runner_sentry_dsn }}"
168168
{% if gitlab_runner.virtualbox_disable_snapshots is defined %}
169169
disable_snapshots = {{ gitlab_runner.virtualbox_disable_snapshots | default(false) | lower }}
170170
{% endif %}
171-
#### [runners.custom_build_dir] section #####
171+
{#### [runners.custom_build_dir] section #####}
172172
{% if gitlab_runner.custom_build_dir_enabled is defined %}
173173
[runners.custom_build_dir]
174174
enabled = {{ gitlab_runner.custom_build_dir_enabled | default(false) | lower }}

0 commit comments

Comments
 (0)