Skip to content

Commit 0612ca4

Browse files
committed
Fix licenseUrl tag on spec file
1 parent f50dff3 commit 0612ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/spec.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<% if (owners && owners.length) { %><owners><%- owners.join(', ') %></owners><% } %>
1212
<% if (homepage) { %><projectUrl><%- homepage %></projectUrl><% } %>
1313
<% if (iconUrl) { %><iconUrl><%- iconUrl %></iconUrl><% } %>
14-
<% if (licenseUrl) { %><licenseUrl><%- licenseUrl %></iconUrl><% } %>
14+
<% if (licenseUrl) { %><licenseUrl><%- licenseUrl %></licenseUrl><% } %>
1515
<% if (requireLicenseAcceptance) { %><requireLicenseAcceptance><%- requireLicenseAcceptance %></requireLicenseAcceptance><% } %>
1616
<% if (tags && tags.length) { %><tags><%- tags.join(' ') %></tags><% } %>
1717
</metadata>

0 commit comments

Comments
 (0)