Browse Source

add missing ';' in unattended configuration

master
carpenti 7 years ago
parent
commit
8d194343b8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apt/templates/unattended_config.jinja

+ 1
- 1
apt/templates/unattended_config.jinja View File

{%- for pattern in origins_patterns %} {%- for pattern in origins_patterns %}
"{{ pattern }}"; "{{ pattern }}";
{%- endfor %} {%- endfor %}
}
};
Unattended-Upgrade::Package-Blacklist { Unattended-Upgrade::Package-Blacklist {
{%- for package in package_blacklist %} {%- for package in package_blacklist %}
"{{ package }}"; "{{ package }}";

Loading…
Cancel
Save