Skip to content

Commit

Permalink
Fix chefstyle violations
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <powell@progress.com>
  • Loading branch information
tpowell-progress committed Sep 15, 2022
1 parent 551d9b7 commit 52feb16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/software/chef.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52feb16

Please sign in to comment.