diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-03-10 12:15:03 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-16 15:23:29 -0700 |
commit | ab90fa4ea825b92cf9406562c63424c14f7242e2 (patch) | |
tree | 8774c8b8020fd42b4026c39889ad847eff78d26b /lib | |
parent | f37f677165612afe360c1d9614d4220420dcbbe4 (diff) | |
download | chef-ab90fa4ea825b92cf9406562c63424c14f7242e2.tar.gz |
Reduce comment lies
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/provider/package/homebrew.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/package/homebrew.rb b/lib/chef/provider/package/homebrew.rb index e5485161a6..7351bde21a 100644 --- a/lib/chef/provider/package/homebrew.rb +++ b/lib/chef/provider/package/homebrew.rb @@ -106,7 +106,7 @@ class Chef # @return [Hash] Package information # def package_info(package_name) - # return the package name if it's in the brew info hash + # return the package hash if it's in the brew info hash return brew_info[package_name] if brew_info[package_name] # check each item in the hash to see if we were passed an alias |