Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Dec 5, 2019
1 parent 995bdc9 commit 0af34d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ansible/resource.erb
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def <%= func_name -%>(module, request, response):
<% end -%>
<%
request_props = if fingerprint_name
request_properties.merge({fingerprint_name => "new_resource[:#{fingerprint_name}]"})
request_properties(props).merge({fingerprint_name => "new_resource[:#{fingerprint_name}]"})
else
request_properties(props)
end
Expand Down

0 comments on commit 0af34d9

Please sign in to comment.