Skip to content

Commit

Permalink
Merge pull request #93 from luenemam/patch-2
Browse files Browse the repository at this point in the history
Fix post_update_NAME is generated in module file.
  • Loading branch information
Chi-teck committed Nov 11, 2022
2 parents d6adfae + 9f8e461 commit 22ed1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private static function getFileType(string $hook_name): string {
'tokens_alter',
],
'post_update.php' => [
'post_update_N',
'post_update_NAME',
],
];

Expand Down

0 comments on commit 22ed1cc

Please sign in to comment.