diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-08-16 12:07:55 +0200 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-08-16 12:09:03 +0200 |
commit | e330a9a34fcc8bb7abe095ce8fa989a5788be803 (patch) | |
tree | c6827d4d3e768081301c65810619e9eb68600c9a /lib/bundler/cli.rb | |
parent | a05250c09d76ee3fca1eb2369ad9099918673244 (diff) | |
download | bundler-e330a9a34fcc8bb7abe095ce8fa989a5788be803.tar.gz |
Fix remembered flag deprecation message
It was suggested a deprecated command as a fix.
Diffstat (limited to 'lib/bundler/cli.rb')
-rw-r--r-- | lib/bundler/cli.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index 8b055dc902..e6a3867010 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -789,7 +789,7 @@ module Bundler Bundler::SharedHelpers.major_deprecation 2,\ "The `#{flag_name}` flag is deprecated because it relies on being " \ "remembered accross bundler invokations, which bundler will no longer " \ - "do in future versions. Instead please use `bundle config #{name} " \ + "do in future versions. Instead please use `bundle config set #{name} " \ "'#{value}'`, and stop using this flag" end end |