Skip to content

Commit 6ad44e0

Browse files
authored
Merge pull request #379 from linuxserver/misc-condition
Fix condition for misc block in docs
2 parents 6f05684 + 917d879 commit 6ad44e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/roles/documentation/templates/documentation.md.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ description: "{{ noter(project_blurb) | trim }}"
6666

6767
{% endif %}
6868
{% if selkies_blurb is defined %}
69-
{% include "README_SNIPPETS/SELKIES.j2" | trim %}
69+
{% include "README_SNIPPETS/SELKIES.j2" | trim %}
7070

7171
{% endif %}
7272
{% if readonly_supported is defined and readonly_supported %}
@@ -157,7 +157,7 @@ Containers are configured using parameters passed at runtime (such as those abov
157157
{% endfor %}
158158
{% endif %}
159159
{% endif %}
160-
{% if custom_params is defined or opt_custom_params is defined or param_usage_include_hostname or param_usage_include_mac_address or security_opt_param is defined or opt_security_opt_param is defined or (readonly_supported is defined and readonly_supported) or cap_add_param is defined or opt_cap_add_param is defined or (nonroot_supported is defined and nonroot_supported) %}
160+
{% if custom_params is defined or opt_custom_params is defined or param_usage_include_hostname or param_usage_include_mac_address or security_opt_param or opt_security_opt_param or (readonly_supported is defined and readonly_supported) or cap_add_param or opt_cap_add_param or (nonroot_supported is defined and nonroot_supported) %}
161161

162162
#### Miscellaneous Options
163163

0 commit comments

Comments
 (0)