diff options
| -rw-r--r-- | lib/bundler/cli.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index 0a08940bf6..40e15d3506 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -757,9 +757,9 @@ module Bundler "#{option_value}`, and stop using this flag" removed_message = "The `#{flag_name}` flag has been removed because it relied on being " \ - "remembered across bundler invocations, which bundler will no longer " \ - "do. Instead please use `bundle config set #{option_name} " \ - "#{option_value}`, and stop using this flag" + "remembered across bundler invocations, which bundler no longer does. " \ + "Instead please use `bundle config set #{option_name} #{option_value}`, " \ + "and stop using this flag" Bundler::SharedHelpers.major_deprecation 2, message, removed_message: removed_message end |
