Skip to content

Commit 9deb247

Browse files
authored
Update bundler-audit.tt to reference config/bundler-audit.yml (extension is .yml instead of .yaml)
1 parent 1dba10c commit 9deb247

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)