浏览代码

fix lb-config-args for debian_components

main
父节点
当前提交
9068f85557
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      templates/lb-config-args.j2

+ 1
- 1
templates/lb-config-args.j2 查看文件

@@ -27,5 +27,5 @@
--backports true
{% endif %}
{% if debian_components is defined %}
--archive-areas {% debian_components | join(",") %}
--archive-areas {{ debian_components | join(",") }}
{% endif %}

正在加载...
取消
保存