From cf04f76e1710cfbb3d39f6875d69a4e03deaee04 Mon Sep 17 00:00:00 2001 From: lkoranda Date: Mon, 14 Oct 2013 13:22:47 +0200 Subject: [PATCH] Fixed double-space typo This bug has been introduced in 1.2.0 - b3d67c8 --- templates/source.list.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/source.list.erb b/templates/source.list.erb index 845b8ae..e8b6865 100644 --- a/templates/source.list.erb +++ b/templates/source.list.erb @@ -1,5 +1,5 @@ # <%= @name %> -deb <% if @architecture %>[arch=<%= @architecture %>]<% end %> <%= @location %> <%= @release_real %> <%= @repos %> +deb <% if @architecture %>[arch=<%= @architecture %>]<% end %><%= @location %> <%= @release_real %> <%= @repos %> <%- if @include_src then -%> -deb-src <% if @architecture %>[arch=<%= @architecture %>]<% end %> <%= @location %> <%= @release_real %> <%= @repos %> +deb-src <% if @architecture %>[arch=<%= @architecture %>]<% end %><%= @location %> <%= @release_real %> <%= @repos %> <%- end -%> -- 2.32.3