Skip to content

Commit 18a4ab9

Browse files
committed
Fix for ignoring --rpm-tag option on command line
1 parent fb6d450 commit 18a4ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/rpm.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Packager: <%= maintainer %>
8383
<% dependencies.each do |req| -%>
8484
Requires: <%= req %>
8585
<% end -%>
86-
<% (attributes[:rpm_tags] or []).each do |tag| -%>
86+
<% (attributes[:rpm_tag] or []).each do |tag| -%>
8787
<%= tag %>
8888
<% end -%>
8989
<% end -%>

0 commit comments

Comments
 (0)