]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
fix compile syntax error in ubuntu sources.list, closes #2639
authorMicah Anderson <micah@riseup.net>
Thu, 9 Dec 2010 14:48:38 +0000 (09:48 -0500)
committerMicah Anderson <micah@riseup.net>
Thu, 9 Dec 2010 14:48:38 +0000 (09:48 -0500)
templates/Ubuntu/sources.list.erb

index 81650a258221c977b48c31587c74e493600335d2..b5725f508fea4c0781f8db41c94f40bfc4ee4fd4 100644 (file)
@@ -22,5 +22,5 @@ deb-src <%= ubuntu_url %> <%= lsbdistcodename %>-security <%= repos %>
 # backports
 deb <%= ubuntu_url %> <%= lsbdistcodename %>-backports main <%= repos %>
 <% if include_src then -%>
-deb-src <%= ubuntu_url %> <%= lsbdistcodename %>-backports <%= repos >
+deb-src <%= ubuntu_url %> <%= lsbdistcodename %>-backports <%= repos %>
 <% end -%>