Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request jekyll#446 from ossxp-com/patch-1
Invalid migrator for WordPress because of a typo.
  • Loading branch information
mojombo committed Jan 22, 2012
2 parents 3c2519f + b18bdee commit ac41b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jekyll
Expand Up @@ -166,7 +166,7 @@ if ARGV.size > 0
migrators = { migrators = {
:posterous => 'Posterous', :posterous => 'Posterous',
:wordpressdotcom => 'WordpressDotCom', :wordpressdotcom => 'WordpressDotCom',
:wordpress => 'Wordpress', :wordpress => 'WordPress',
:csv => 'CSV', :csv => 'CSV',
:drupal => 'Drupal', :drupal => 'Drupal',
:enki => 'Enki', :enki => 'Enki',
Expand Down

0 comments on commit ac41b45

Please sign in to comment.