Skip to content

Commit

Permalink
Merge pull request #187 from bhanu951/fix-issue-186
Browse files Browse the repository at this point in the history
Issue #186 : Update DCG to place migration yml in migrations directory instead of migration directory.
  • Loading branch information
Chi-teck authored Oct 18, 2024
2 parents 8c9107d + e3adb8b commit eb54b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Yml/Migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected function generate(array &$vars, Assets $assets): void {
$vars['fields'] = \array_keys($field_map[$entity_type] ?? []);
}

$assets->addFile('migration/{plugin_id}.yml', 'migration.twig');
$assets->addFile('migrations/{plugin_id}.yml', 'migration.twig');
}

}

0 comments on commit eb54b51

Please sign in to comment.