From 944884bcd785a3cd0715a90371eb39a62855ec58 Mon Sep 17 00:00:00 2001 From: Garris Date: Wed, 22 May 2024 22:59:06 -0700 Subject: [PATCH] Remove default config file extension Enables use of js or json based default `backstop` config file. --- cli/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/index.js b/cli/index.js index 893ab7f21..ca5ceee4d 100755 --- a/cli/index.js +++ b/cli/index.js @@ -12,7 +12,7 @@ function main () { boolean: ['h', 'help', 'v', 'version', 'i', 'docker'], string: ['config'], default: { - config: 'backstop.json' + config: 'backstop' } });