summaryrefslogtreecommitdiffstats
path: root/commands/convert.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/convert.go')
-rw-r--r--commands/convert.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/convert.go b/commands/convert.go
index 3047add0b..e2bd4307f 100644
--- a/commands/convert.go
+++ b/commands/convert.go
@@ -102,7 +102,7 @@ func (cc *convertCmd) convertContents(format metadecoders.Format) error {
return newUserError("Unsafe operation not allowed, use --unsafe or set a different output path")
}
- c, err := initializeConfig(true, false, &cc.hugoBuilderCommon, cc, nil)
+ c, err := initializeConfig(true, false, false, &cc.hugoBuilderCommon, cc, nil)
if err != nil {
return err
}