Skip to content

Commit 4220407

Browse files
committed
Should be @new_resource.source
1 parent 4f7e958 commit 4220407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chef/lib/chef/provider/template.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def action_create
4141
filename = find_preferred_file(
4242
@new_resource.cookbook_name.to_s,
4343
:template,
44-
source,
44+
@new_resource.source,
4545
@node[:fqdn],
4646
@node[:platform],
4747
@node[:platform_version]

0 commit comments

Comments
 (0)