Skip to content

Commit

Permalink
Invalid migrator for WordPress because of a typo.
Browse files Browse the repository at this point in the history
WordPress importer name should be WordPress not Wordpress.
  • Loading branch information
jiangxin committed Dec 1, 2011
1 parent 1da88bb commit b18bdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jekyll
Expand Up @@ -162,7 +162,7 @@ if ARGV.size > 0
migrators = {
:posterous => 'Posterous',
:wordpressdotcom => 'WordpressDotCom',
:wordpress => 'Wordpress',
:wordpress => 'WordPress',
:csv => 'CSV',
:drupal => 'Drupal',
:enki => 'Enki',
Expand Down

0 comments on commit b18bdee

Please sign in to comment.