Skip to content

Commit

Permalink
Fixed a typo in the references [ ] generation code.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 10, 2024
1 parent b4455a0 commit cedca02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/new/exploit.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module Ronin
<%- end -%>
<%- unless @references.empty? -%>
references [
<%- @references.each do |url| -%>
<%- @references.each.with_index do |url,index| -%>
<%= url.inspect -%><% if index < @references.length-1 %>,<% end %>
<%- end -%>
]
Expand Down

0 comments on commit cedca02

Please sign in to comment.