kaliop-uk / ezmigrationbundle

This bundle makes it easy to handle eZPlatform / eZPublish5 content upgrades/migrations
GNU General Public License v2.0
53 stars 81 forks source link

Doc typo in command for applying single migration #158

Closed blankcheck closed 6 years ago

blankcheck commented 6 years ago

This

php ezpublish/console kaliop:migration:migrate --path=src/MyNamespace/MyBundle/MigrationsVersions/20160803193400_a_migration.yml

should be this php ezpublish/console kaliop:migration:migrate --path=src/MyNamespace/MyBundle/MigrationVersions/20160803193400_a_migration.yml

There is extra s in MigrationsVersion ;)

gggeek commented 6 years ago

Thx, fixed :-)