diff --git a/templates/lb-config-args.j2 b/templates/lb-config-args.j2 index 63da45b..eeb989e 100644 --- a/templates/lb-config-args.j2 +++ b/templates/lb-config-args.j2 @@ -14,7 +14,6 @@ {% endif %} {% if debian_mirror is defined %} --mirror-binary "{{ debian_mirror }}" ---mirror-binary-updates "{{ debian_mirror }}" {% if (debian_backports is defined) and (debian_backports == true) %} --mirror-binary-backports "{{ debian_mirror }}" {% endif %}