From be91ee3df2d5d7831e55493697ef1a9a45093a70 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 8 Jul 2013 14:55:55 +0200 Subject: [PATCH] Update Wordpressdotcom migrator example to match jekyll-import initial beta2. Fixes #1281. --- site/docs/migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/migrations.md b/site/docs/migrations.md index 99bc1695..a70143af 100644 --- a/site/docs/migrations.md +++ b/site/docs/migrations.md @@ -57,7 +57,7 @@ exported file is saved as `wordpress.xml`, here is the command you need to run: {% highlight bash %} $ ruby -rubygems -e 'require "jekyll/jekyll-import/wordpressdotcom"; - JekyllImport::WordpressDotCom.process("wordpress.xml")' + JekyllImport::WordpressDotCom.process({ :source => "wordpress.xml" })' {% endhighlight %}