Skip to content

Commit

Permalink
🚸 Turn command into single comand
Browse files Browse the repository at this point in the history
  • Loading branch information
DrWh0286 committed Nov 28, 2019
1 parent e8d2260 commit b49681d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tscsf
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ $command = new FixCommand();

$application->add($command);

$application->setDefaultCommand('fix');
$application->setDefaultCommand('fix', true);
$application->run();

0 comments on commit b49681d

Please sign in to comment.