Skip to content

Commit 34bcb04

Browse files
committed
missing quote
1 parent b2aeaac commit 34bcb04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/cmdsrv/templates/cmdsrv.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"cmdsrv_lower_job_priority_flag" : {{ cmdsrv_lower_job_priority_flag }},
1818
"cmdsrv_lower_job_priority_str" : "{{ cmdsrv_lower_job_priority_str }}",
1919
"content_base" : "{{ content_base }}",
20-
"kiwix_catalog_file" : {{ content_info }}/kiwix_catalog.json",
20+
"kiwix_catalog_file" : "{{ content_info }}/kiwix_catalog.json",
2121
"doc_root" : "{{ doc_root }}",
2222
"zim_dir" : "/library/zims/",
2323
"zim_downloads_dir" : "/library/downloads/zims/",

0 commit comments

Comments
 (0)