Skip to content

Commit dd45533

Browse files
committed
Changed info generators aliases.
1 parent 2d3c00b commit dd45533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/Drupal_8/Yml/ModuleInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ModuleInfo extends BaseGenerator {
1313

1414
protected $name = 'd8:yml:module-info';
1515
protected $description = 'Generates a module info yml file';
16-
protected $alias = 'module.info.yml';
16+
protected $alias = 'module-info';
1717

1818
/**
1919
* {@inheritdoc}

src/Commands/Drupal_8/Yml/ThemeInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ThemeInfo extends BaseGenerator {
1313

1414
protected $name = 'd8:yml:theme-info';
1515
protected $description = 'Generates a theme info yml file';
16-
protected $alias = 'theme.info.yml';
16+
protected $alias = 'theme info';
1717

1818
/**
1919
* {@inheritdoc}

0 commit comments

Comments
 (0)