Skip to content

Commit ba6f20a

Browse files
authored
Merge pull request rails#54715 from murny/fix-reference-to-bundler-audit-yml
Update bundler-audit.tt to reference config/bundler-audit.yml instead
2 parents 1dba10c + 9deb247 commit ba6f20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require_relative "../config/boot"
22
require "bundler/audit/cli"
33

4-
ARGV.concat %w[ --config config/bundler-audit.yaml ] if ARGV.empty? || ARGV.include?("check")
4+
ARGV.concat %w[ --config config/bundler-audit.yml ] if ARGV.empty? || ARGV.include?("check")
55
Bundler::Audit::CLI.start

0 commit comments

Comments
 (0)