diff --git a/commands/hugo.go b/commands/hugo.go index f8e392243..5c225fe5d 100644 --- a/commands/hugo.go +++ b/commands/hugo.go @@ -425,7 +425,7 @@ func NewWatcher(port int) error { } if staticChanged { - jww.FEEDBACK.Println("Static file changed, syncing\n") + jww.FEEDBACK.Printf("Static file changed, syncing\n\n") utils.StopOnErr(copyStatic(), fmt.Sprintf("Error copying static files to %s", helpers.AbsPathify(viper.GetString("PublishDir")))) if !BuildWatch && !viper.GetBool("DisableLiveReload") {