Add trailing whitespace to reprepo distributions

Otherwise, we get the following errors:

  Error parsing /etc/reprepro/ubuntu/distributions, line 42: Second
  appearance of 'Origin' in the same chunk!

Change-Id: I11fb815eddae1efa7ff072f8065af5b9ddee5e85
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-04-01 14:08:12 -04:00
parent 98ab6b5db7
commit 17cbda7375
2 changed files with 2 additions and 0 deletions

View File

@ -38,4 +38,5 @@ UDebComponents: main
Contents: .gz
Update: debian-security
Log: <%= @logdir %>/debian-<%= release %>-security.log
<% end -%>

View File

@ -40,4 +40,5 @@ UDebComponents: main
Contents: .gz
Update: ubuntu-security
Log: <%= @logdir %>/ubuntu-<%= release %>-security.log
<% end -%>