summaryrefslogtreecommitdiff
path: root/lib/chef/provider/osx_profile.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-10 14:49:58 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-10 14:49:58 -0700
commitce0b759f885675a786166b8ac556aa0942352294 (patch)
tree87b1fc65331199b1bb0846d95550f1ee1c036010 /lib/chef/provider/osx_profile.rb
parentf8e6b11112e3114168725f6ad55537efb40a341e (diff)
downloadchef-ce0b759f885675a786166b8ac556aa0942352294.tar.gz
Make sure we're always using the right Plist class
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/provider/osx_profile.rb')
-rw-r--r--lib/chef/provider/osx_profile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/osx_profile.rb b/lib/chef/provider/osx_profile.rb
index 5d76ec067b..07d35e633c 100644
--- a/lib/chef/provider/osx_profile.rb
+++ b/lib/chef/provider/osx_profile.rb
@@ -233,7 +233,7 @@ class Chef
end
def read_plist(xml_file)
- Plist.parse_xml(xml_file)
+ ::Plist.parse_xml(xml_file)
end
def profile_installed?