Skip to content

Commit

Permalink
Fix the base dir fo the curl test
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed May 25, 2021
1 parent e0852e9 commit d02afad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus/verification/verify.rb
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def components
end

add_component "curl" do |c|
c.base_dir = "chef"
c.base_dir = "embedded/bin"
c.smoke_test do
sh!(`curl --version`)
end
Expand Down

0 comments on commit d02afad

Please sign in to comment.