mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
Improve some random feedback messages
Also clean up a couple random comments.
This commit is contained in:
@@ -113,7 +113,7 @@ func NewContent(kind, name string) (err error) {
|
||||
editor := viper.GetString("NewContentEditor")
|
||||
|
||||
if editor != "" {
|
||||
jww.FEEDBACK.Printf("Editing %s in %s.\n", name, editor)
|
||||
jww.FEEDBACK.Printf("Editing %s with %q ...\n", name, editor)
|
||||
|
||||
cmd := exec.Command(editor, helpers.AbsPathify(path.Join(viper.GetString("contentDir"), name)))
|
||||
cmd.Stdin = os.Stdin
|
||||
|
Reference in New Issue
Block a user