Fixed double-space typo
This bug has been introduced in 1.2.0 - b3d67c8
This commit is contained in:
parent
3913f6cacc
commit
cf04f76e17
1 changed files with 2 additions and 2 deletions
|
@ -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 -%>
|
||||
|
|
Loading…
Reference in a new issue