mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
78576019cf
commit
41a3af1a29
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ func NewContent(kind, name string) (err error) {
|
|||
if editor != "" {
|
||||
jww.FEEDBACK.Printf("Editing %s in %s.\n", name, editor)
|
||||
|
||||
cmd := exec.Command(editor, path.Join(viper.GetString("contentDir"), name))
|
||||
cmd := exec.Command(editor, helpers.AbsPathify(path.Join(viper.GetString("contentDir"), name)))
|
||||
cmd.Stdin = os.Stdin
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
|
|
Loading…
Reference in a new issue