summaryrefslogtreecommitdiff
path: root/post-bundle-install.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-10-19 09:30:45 -0700
committerGitHub <noreply@github.com>2021-10-19 09:30:45 -0700
commit8b63b6760b78e1c3e8ec2e9583596d18e39baa3e (patch)
tree5482183430620b993b7e4dc764fbb0c2e5012178 /post-bundle-install.rb
parentb414b4934cbeb42fa8d42cfc126ebc2dd52aff80 (diff)
parentb71e2f5c3c78dc757dad090a47c77ffa63b0a596 (diff)
downloadchef-8b63b6760b78e1c3e8ec2e9583596d18e39baa3e.tar.gz
Merge pull request #12181 from chef/spelling_16
Get spellcheck passing for chef-16 branch
Diffstat (limited to 'post-bundle-install.rb')
-rw-r--r--post-bundle-install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-bundle-install.rb b/post-bundle-install.rb
index 9d7491de77..3abefab725 100644
--- a/post-bundle-install.rb
+++ b/post-bundle-install.rb
@@ -19,7 +19,7 @@ Dir["#{gem_home}/bundler/gems/*"].each do |gempath|
puts "re-installing #{gem_name}..."
- # we can't use "commmand" or "bundle" or "gem" DSL methods here since those are lazy and we need to run commands immediately
+ # we can't use "command" or "bundle" or "gem" DSL methods here since those are lazy and we need to run commands immediately
# (this is like a shell_out inside of a ruby_block in core chef, you don't use an execute resource inside of a ruby_block or
# things get really weird and unexpected)
Dir.chdir(gempath) do