Skip to content

Commit

Permalink
Set correct generator type for alias-file generator (#5820)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-teck authored Nov 24, 2023
1 parent e0e50b7 commit 30e77f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/generate/Generators/Drush/DrushAliasFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
description: 'Generates a Drush site alias file.',
aliases: ['daf'],
templatePath: __DIR__,
type: GeneratorType::MODULE_COMPONENT,
type: GeneratorType::OTHER,
)]
class DrushAliasFile extends BaseGenerator
{
Expand Down

0 comments on commit 30e77f2

Please sign in to comment.