diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2022-03-23 10:59:26 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2022-03-23 10:59:26 -0700 |
commit | 9078fb6f0d0f864a01c0be23efd4b65a967b6813 (patch) | |
tree | b2d3423c5ab1f8f7089ceda8ae0ec53e3c45c803 | |
parent | eb30cbca75b37696b5055400fb5b03ec33ea9c32 (diff) | |
download | chef-9078fb6f0d0f864a01c0be23efd4b65a967b6813.tar.gz |
spellcheck
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r-- | post-bundle-install.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post-bundle-install.rb b/post-bundle-install.rb index 899917350a..86a530bffd 100644 --- a/post-bundle-install.rb +++ b/post-bundle-install.rb @@ -17,7 +17,7 @@ Dir["#{gem_home}/bundler/gems/*"].each do |gempath| next unless gem_name - # FIXME: should omit the gem which is in the current directory and not hardcode chef + # FIXME: should omit the gem which is in the current directory and not hard code chef next if %w{chef chef-universal-mingw32}.include?(gem_name) puts "re-installing #{gem_name}..." |