Skip to content

Commit

Permalink
Correct file extention
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune <afiune@chef.io>
  • Loading branch information
Salim Afiune committed Oct 1, 2019
1 parent 149d34e commit d0b6fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus/config/software/chef-analyze.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
build do
env = with_standard_compiler_flags(with_embedded_path)
env["CGO_ENABLED"] = "0"
file_extension = windows? ? "" : ".exe"
file_extension = windows? ? ".exe" : ""
command "#{install_dir}/embedded/go/bin/go build -o #{install_dir}/bin/#{name}#{file_extension}", env: env
end

0 comments on commit d0b6fbc

Please sign in to comment.