ソースを参照

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 %}

読み込み中…
キャンセル
保存