summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-06-08 00:01:01 -0700
committerAndre Arko <andre@arko.net>2015-06-08 00:01:01 -0700
commit0a0adff11d95a49a8c74c986b91eee8a106773a0 (patch)
tree933c1d54242e24b212bcf36446f2632240aaef9f
parentaf54436f32489167f161dbd098f003b5def22c35 (diff)
downloadbundler-0a0adff11d95a49a8c74c986b91eee8a106773a0.tar.gz
post-install for consistency
-rw-r--r--lib/bundler/inline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/inline.rb b/lib/bundler/inline.rb
index 3eff45b4c4..e9f6eaa994 100644
--- a/lib/bundler/inline.rb
+++ b/lib/bundler/inline.rb
@@ -46,7 +46,7 @@ def gemfile(install = false, &gemfile)
Bundler.ui = Bundler::UI::Shell.new
Bundler::Installer.install(Bundler.root, definition, :system => true)
Bundler::Installer.post_install_messages.each do |name, message|
- Bundler.ui.info "Post install message from #{name}:\n#{message}"
+ Bundler.ui.info "Post-install message from #{name}:\n#{message}"
end
end