Skip to content

Commit 70bb742

Browse files
committed
updated comment to run scans
Signed-off-by: nikhil2611 <nikhilgupta2102@gmail.com>
1 parent fc7297e commit 70bb742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/chef-cli/helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def habitat_env(show_warning: false)
174174
raise "Error: Could not determine the vendor package prefix. Ensure #{ChefCLI::Dist::HAB_PKG_NAME} is installed and CHEF_CLI_VERSION is set correctly." unless vendor_pkg_prefix
175175

176176
vendor_dir = File.join(vendor_pkg_prefix, "vendor")
177-
# Construct PATH including Ruby bin directory for chef-cli exec
177+
# Construct PATH including Ruby bin directory for chef-cli exec command
178178
ruby_bin_dir = File.dirname(RbConfig.ruby)
179179
path = [
180180
File.join(bin_pkg_prefix, "bin"),

0 commit comments

Comments
 (0)