refactor: Renamed the cli file

This commit is contained in:
Aerex 2021-07-05 15:39:45 -05:00
parent 31f781af0d
commit a0b3e9548b
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ $application = new Application();
$application->add(new CreateConfigFileCommand());
$application->setName('Baikal Storage Plugin');
$application->run();
$application->run();