summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2016-11-14 21:56:57 +1100
committerColby Swandale <colby@taplaboratories.com>2016-11-14 21:56:57 +1100
commit8b7ef5068209d1cafea819c1f4c9efddf38e8aaf (patch)
tree02e84df5356535a19cab9a1aa1a2e0bf44d170fb
parent3417e2dec27c64b971facb218003b344f1ec6f69 (diff)
downloadbundler-8b7ef5068209d1cafea819c1f4c9efddf38e8aaf.tar.gz
fix missing capitalization
-rw-r--r--lib/bundler/cli/install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/install.rb b/lib/bundler/cli/install.rb
index 39a94dc9fa..8b212908ec 100644
--- a/lib/bundler/cli/install.rb
+++ b/lib/bundler/cli/install.rb
@@ -57,7 +57,7 @@ module Bundler
if options["binstubs"]
Bundler::SharedHelpers.major_deprecation \
- "the --binstubs option will be removed in favor of `bundle binstubs`"
+ "The --binstubs option will be removed in favor of `bundle binstubs`"
end
Plugin.gemfile_install(Bundler.default_gemfile) if Bundler.feature_flag.plugins?