Skip to content

Commit 8e4144d

Browse files
committed
Remove obsolet "default()" in template
1 parent b65b73c commit 8e4144d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/unit.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ExecStart={{ docker_path }} run \
3333
{{ params('--cap-drop', container_cap_drop) }}\
3434
{{ params('--device', container_devices) }}\
3535
{% if container_privileged == true %}--privileged{% endif %}\
36-
{{ container_args | default('') | trim }} \
36+
{{ container_args | trim }} \
3737
{{ container_image }} {{ container_cmd | default('') | trim }}
3838
{% endif %}
3939
{% if not 'ExecStop' in service_systemd_options_keys %}

0 commit comments

Comments
 (0)