We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check --database
Database::DEFAULT_PATH
1 parent 3895c0a commit 0d87029Copy full SHA for 0d87029
lib/bundler/audit/cli.rb
@@ -39,7 +39,7 @@ class CLI < ::Thor
39
method_option :ignore, type: :array, aliases: '-i'
40
method_option :update, type: :boolean, aliases: '-u'
41
method_option :database, type: :string, aliases: '-D',
42
- default: Database::USER_PATH
+ default: Database::DEFAULT_PATH
43
method_option :format, type: :string, default: 'text', aliases: '-F'
44
method_option :config, type: :string, aliases: '-c', default: '.bundler-audit.yml'
45
method_option :gemfile_lock, type: :string, aliases: '-G',
0 commit comments