Fix broken convert
authorbep <bjorn.erik.pedersen@gmail.com>
Mon, 17 Nov 2014 22:18:40 +0000 (23:18 +0100)
committerspf13 <steve.francia@gmail.com>
Tue, 18 Nov 2014 15:17:01 +0000 (10:17 -0500)
commitcb3576b6de99a7a90b50d7d910f23d2c13297e7e
treec6b6e624450f40b0e458e44df27a1b1d923f612f
parentbcaf33418f041aca794d218f0393004ed4703f1b
Fix broken convert

The front matter convert-feature didn't work. It placed converted content in the wrong directory.

This commit fixes this by doing the smallest and safest change possible; the path logic here should maybe
be revisited and generalized.

Fixes #643
commands/convert.go
source/file.go