From 52feb16507aed1d622ddd3d49671538ed6daa07d Mon Sep 17 00:00:00 2001 From: Thomas Powell Date: Thu, 15 Sep 2022 16:29:52 -0400 Subject: [PATCH] Fix chefstyle violations Signed-off-by: Thomas Powell --- config/software/chef.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/software/chef.rb b/config/software/chef.rb index 42c383d6a..c2e62c140 100644 --- a/config/software/chef.rb +++ b/config/software/chef.rb @@ -72,10 +72,10 @@ command "rake install:local", env: env gemspec_name = if windows? - #Chef18 is built with ruby3.1 so platform name is changed. - RUBY_PLATFORM == "x64-mingw-ucrt" ? "chef-universal-mingw-ucrt.gemspec" : "chef-universal-mingw32.gemspec" + # Chef18 is built with ruby3.1 so platform name is changed. + RUBY_PLATFORM == "x64-mingw-ucrt" ? "chef-universal-mingw-ucrt.gemspec" : "chef-universal-mingw32.gemspec" else - "chef.gemspec" + "chef.gemspec" end # This step will build native components as needed - the event log dll is