summaryrefslogtreecommitdiffstats
path: root/commands/list.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/list.go')
-rw-r--r--commands/list.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/list.go b/commands/list.go
index bc5bb557a..f47b4820c 100644
--- a/commands/list.go
+++ b/commands/list.go
@@ -53,7 +53,7 @@ var listDraftsCmd = &cobra.Command{
site := &hugolib.Site{}
- if err := site.Process(); err != nil {
+ if err := site.PreProcess(hugolib.BuildCfg{}); err != nil {
return newSystemError("Error Processing Source Content", err)
}
@@ -84,7 +84,7 @@ posted in the future.`,
site := &hugolib.Site{}
- if err := site.Process(); err != nil {
+ if err := site.PreProcess(hugolib.BuildCfg{}); err != nil {
return newSystemError("Error Processing Source Content", err)
}
@@ -115,7 +115,7 @@ expired.`,
site := &hugolib.Site{}
- if err := site.Process(); err != nil {
+ if err := site.PreProcess(hugolib.BuildCfg{}); err != nil {
return newSystemError("Error Processing Source Content", err)
}