Update command name

This commit is contained in:
Oliver Davies 2020-02-09 21:46:33 +00:00
parent bee4a6b5d8
commit a186fcf721

View file

@ -41,7 +41,7 @@ final class GenerateDrupal7Command extends Command
/**
* {@inheritdoc}
*/
protected static $defaultName = 'generate-drupal-7-module';
protected static $defaultName = 'generate:drupal-7-module';
/**
* {@inheritDoc}