Skip to content

Commit

Permalink
prepend 'v' before configurator version
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Nov 16, 2023
1 parent bc6f0a7 commit 571264e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurator/src/Command/Migration20230807Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

#[AsCommand(name: 'migration:20230807')]
#[AsCommand(name: 'migration:v20230807')]
final class Migration20230807Command extends Command
{
public function __construct(
Expand Down

0 comments on commit 571264e

Please sign in to comment.