diff options
author | Tim Smith <tsmith@chef.io> | 2021-05-06 23:14:17 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2021-05-07 14:21:40 -0700 |
commit | d4d373d32239281087a06739ee53a7d35bd69cfe (patch) | |
tree | 2f98d9971b80b1a244bfe5ebf4e60c1d619e1662 /post-bundle-install.rb | |
parent | 25d3b6ee71113ec9bfbf46d59f2f12f0733d528e (diff) | |
download | chef-d4d373d32239281087a06739ee53a7d35bd69cfe.tar.gz |
Fix 2 typos in code and slim our cspell exceptions down
These are all in our global dictionary at this point
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'post-bundle-install.rb')
-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 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 |