Skip to content

Commit 84176ae

Browse files
committed
Change pattern for defaulting
1 parent b18a1fd commit 84176ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/bundler-audit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ $LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), "../lib"))
44

55
require 'cc/engine/bundler_audit'
66

7-
engine_config = {}
8-
97
if File.exists?("/config.json")
108
engine_config = JSON.parse(File.read("/config.json"))
9+
else
10+
engine_config = {}
1111
end
1212

1313
CC::Engine::BundlerAudit.new(

0 commit comments

Comments
 (0)