summaryrefslogtreecommitdiffstats
path: root/create/content.go
diff options
context:
space:
mode:
Diffstat (limited to 'create/content.go')
-rw-r--r--create/content.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/content.go b/create/content.go
index f8629a778..55159c24c 100644
--- a/create/content.go
+++ b/create/content.go
@@ -340,7 +340,7 @@ func (b *contentBuilder) mapArcheTypeDir() error {
}
func (b *contentBuilder) openInEditorIfConfigured(filename string) error {
- editor := b.h.Cfg.GetString("newContentEditor")
+ editor := b.h.Conf.NewContentEditor()
if editor == "" {
return nil
}