summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-16 12:07:55 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-18 18:26:33 +0900
commite6ad9452b6cf1cf118ead0cbd0cf86e2c0fb61e0 (patch)
treedc5d24ef89f135546d4ab450156b3e3aa830d001 /lib
parent1cb8cf5df0b2a7dbf8b1d616ac5268d76140aab6 (diff)
[bundler/bundler] Fix remembered flag deprecation message
It was suggested a deprecated command as a fix. https://github.com/bundler/bundler/commit/e330a9a34f
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index 1d708248d8..45db2a3200 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -791,7 +791,7 @@ module Bundler
Bundler::SharedHelpers.major_deprecation 2,\
"The `#{flag_name}` flag is deprecated because it relies on being " \
"remembered across 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