Skip to content

Commit c338354

Browse files
author
Kylo Ginsberg
authored
Merge pull request puppetlabs#5017 from branan/cherry_pick_pr_5016
(maint) Use correct local variable name
2 parents e722ef8 + e1974d0 commit c338354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/util/plist.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def read_plist_file(file_path)
4545
{:failonfail => true, :combine => true})
4646
return parse_plist(plist)
4747
rescue Puppet::ExecutionFailure => detail
48-
Puppet.warning("Cannot read file #{path}; Puppet is skipping it.\n" + "Details: #{detail}")
48+
Puppet.warning("Cannot read file #{file_path}; Puppet is skipping it.\n" + "Details: #{detail}")
4949
end
5050
end
5151
end

0 commit comments

Comments
 (0)