Skip to content

Commit 0d87029

Browse files
committed
Default check --database to Database::DEFAULT_PATH.
1 parent 3895c0a commit 0d87029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bundler/audit/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class CLI < ::Thor
3939
method_option :ignore, type: :array, aliases: '-i'
4040
method_option :update, type: :boolean, aliases: '-u'
4141
method_option :database, type: :string, aliases: '-D',
42-
default: Database::USER_PATH
42+
default: Database::DEFAULT_PATH
4343
method_option :format, type: :string, default: 'text', aliases: '-F'
4444
method_option :config, type: :string, aliases: '-c', default: '.bundler-audit.yml'
4545
method_option :gemfile_lock, type: :string, aliases: '-G',

0 commit comments

Comments
 (0)