summaryrefslogtreecommitdiff
path: root/post-bundle-install.rb
diff options
context:
space:
mode:
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