Skip to content

Commit 22ed1cc

Browse files
authored
Merge pull request #93 from luenemam/patch-2
Fix post_update_NAME is generated in module file.
2 parents d6adfae + 9f8e461 commit 22ed1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Hook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private static function getFileType(string $hook_name): string {
134134
'tokens_alter',
135135
],
136136
'post_update.php' => [
137-
'post_update_N',
137+
'post_update_NAME',
138138
],
139139
];
140140

0 commit comments

Comments
 (0)