summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-08-21 08:17:55 +0700
committerAndre Arko <andre@arko.net>2016-08-22 09:42:41 +0700
commit6f3c1b73bbea1e544a2566c978de50e67f394883 (patch)
treeedd9f883bd595c1f2793ad82f96d32ba2b143d5c
parente82cebae494d953400b3099bb5b51eac8347c004 (diff)
downloadbundler-6f3c1b73bbea1e544a2566c978de50e67f394883.tar.gz
it’s not injecting anymore
-rw-r--r--lib/bundler/cli/inject.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/inject.rb b/lib/bundler/cli/inject.rb
index 262514d587..9d1d08120a 100644
--- a/lib/bundler/cli/inject.rb
+++ b/lib/bundler/cli/inject.rb
@@ -31,7 +31,7 @@ module Bundler
Bundler.ui.confirm "Added to Gemfile:"
Bundler.ui.confirm added.map {|g| " #{g}" }.join("\n")
else
- Bundler.ui.confirm "All injected gems were already present in the Gemfile"
+ Bundler.ui.confirm "All gems were already present in the Gemfile"
end
end