mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
Invalid migrator for WordPress because of a typo.
WordPress importer name should be WordPress not Wordpress.
This commit is contained in:
@@ -162,7 +162,7 @@ if ARGV.size > 0
|
||||
migrators = {
|
||||
:posterous => 'Posterous',
|
||||
:wordpressdotcom => 'WordpressDotCom',
|
||||
:wordpress => 'Wordpress',
|
||||
:wordpress => 'WordPress',
|
||||
:csv => 'CSV',
|
||||
:drupal => 'Drupal',
|
||||
:enki => 'Enki',
|
||||
|
||||
Reference in New Issue
Block a user