Skip to content

Commit

Permalink
Remove default config file extension
Browse files Browse the repository at this point in the history
Enables use of js or json based default `backstop` config file.
  • Loading branch information
garris authored May 23, 2024
1 parent cccad15 commit 944884b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function main () {
boolean: ['h', 'help', 'v', 'version', 'i', 'docker'],
string: ['config'],
default: {
config: 'backstop.json'
config: 'backstop'
}
});

Expand Down

0 comments on commit 944884b

Please sign in to comment.