Fixed double-space typo
authorlkoranda <registered@koranda.cz>
Mon, 14 Oct 2013 11:22:47 +0000 (13:22 +0200)
committerlkoranda <registered@koranda.cz>
Mon, 14 Oct 2013 11:22:47 +0000 (13:22 +0200)
This bug has been introduced in 1.2.0 - b3d67c8

templates/source.list.erb

index 845b8ae161726ade3f617868362dfc9da975fec4..e8b68659406b256b27c991d9d6c53c3534001c65 100644 (file)
@@ -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 -%>