Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit f1143a7

Browse files
Merge pull request #6 from levonet/patch-1
Fix custom profiles generating
2 parents bc78436 + 7becab2 commit f1143a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/users.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<!-- Custom profiles. -->
1616
{% for dict_item in clickhouse_profiles_custom %}
1717
<{{ dict_item }}>
18-
{% for item in clickhouse_profiles_default[dict_item] %}
19-
<{{ item }}>{{ clickhouse_profiles_default[dict_item][item] }}</{{ item }}>
18+
{% for item in clickhouse_profiles_custom[dict_item] %}
19+
<{{ item }}>{{ clickhouse_profiles_custom[dict_item][item] }}</{{ item }}>
2020
{% endfor %}
2121
</{{ dict_item }}>
2222
{% endfor %}

0 commit comments

Comments
 (0)