Skip to content

Commit

Permalink
Fix incorrectly inserted endif with d237a77
Browse files Browse the repository at this point in the history
  • Loading branch information
dosera committed Mar 11, 2024
1 parent aecfeca commit bc6e4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/client.hcl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ client {
template {
{{ template_config(nomad_template_config) | replace('\'', '\"') }}
}
{% endif %}

{% if nomad_artifact -%}
artifact {
{% for key, value in nomad_artifact.items() %}
"{{ key }}" = "{{ value }}"
{% endfor -%}
{% endif %}
}
{% endif %}
}
Expand Down

0 comments on commit bc6e4a3

Please sign in to comment.