Skip to content

Commit

Permalink
Revert "Remove default config file extension "
Browse files Browse the repository at this point in the history
This reverts commit 944884b.
  • Loading branch information
garris committed Sep 7, 2024
1 parent bcd484c commit e68f57f
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'
config: 'backstop.json'
}
});

Expand Down

0 comments on commit e68f57f

Please sign in to comment.