From: lkoranda Date: Mon, 14 Oct 2013 11:22:47 +0000 (+0200) Subject: Fixed double-space typo X-Git-Tag: 1.4.0~1^2~1 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=cf04f76e1710cfbb3d39f6875d69a4e03deaee04;p=puppet-modules%2Fpuppetlabs-apt.git Fixed double-space typo This bug has been introduced in 1.2.0 - b3d67c8 --- 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 -%>