Skip to content

Commit

Permalink
Fixed the pkg name
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique Saidalavi <[email protected]>
  • Loading branch information
ashiqueps committed Feb 24, 2025
1 parent 80cdecc commit 48422cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kitchen/provisioner/chef/policyfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def cli_path
# If the habitat package for chef-cli is installed and not binlinked,
# return the hab pkg exec command to run chef-cli.
def hab_chef_cli
"hab pkg exec chef/chef-cli chef-cli" if hab_pkg_installed?("chef-cli")
"hab pkg exec chef/chef-cli chef-cli" if hab_pkg_installed?("chef/chef-cli")
end

# Check whether a habitat package is installed or not
Expand Down

0 comments on commit 48422cf

Please sign in to comment.