add a missing semicolon

This commit is contained in:
Michael Hudson-Doyle 2019-08-06 13:49:13 +12:00
parent b4cf5ed406
commit 65b0536921
1 changed files with 1 additions and 1 deletions

View File

@ -580,5 +580,5 @@ uu_apt_conf = """\
# Config for the unattended-upgrades run to avoid failing on battery power or
# a metered connection.
Unattended-Upgrade::OnlyOnACPower "false";
Unattended-Upgrade::Skip-Updates-On-Metered-Connections "true"
Unattended-Upgrade::Skip-Updates-On-Metered-Connections "true";
"""