From e8b452c2e9cdfadebe22e1ed2d6cb94b2d4f5a0a Mon Sep 17 00:00:00 2001 From: Gregory Batye Date: Mon, 7 Nov 2016 15:07:43 -0800 Subject: chefstyle --- lib/chef/provider/osx_profile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/provider/osx_profile.rb') diff --git a/lib/chef/provider/osx_profile.rb b/lib/chef/provider/osx_profile.rb index 842e00892b..07c3e6e318 100644 --- a/lib/chef/provider/osx_profile.rb +++ b/lib/chef/provider/osx_profile.rb @@ -55,7 +55,7 @@ class Chef end current_profile = nil - if all_profiles && all_profiles.key?('_computerlevel') + if all_profiles && all_profiles.key?("_computerlevel") current_profile = all_profiles["_computerlevel"].find do |item| item["ProfileIdentifier"] == @new_profile_identifier end -- cgit v1.2.1