Skip to content

Commit

Permalink
Merge pull request #5722 from JimMadge/config_default
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored May 9, 2024
2 parents 136b3bf + 2d1a6e7 commit e9d1e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Command/BoardImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ protected function configure() {
null,
InputOption::VALUE_REQUIRED,
'Configuration json file.',
'config.json'
null
)
->addOption(
'data',
null,
InputOption::VALUE_OPTIONAL,
InputOption::VALUE_REQUIRED,
'Data file to import.',
'data.json'
)
Expand Down

0 comments on commit e9d1e93

Please sign in to comment.