From be57ec5331896dc6162bacdd3a1a679a62432ac9 Mon Sep 17 00:00:00 2001 From: bep Date: Fri, 3 Apr 2015 22:18:16 +0200 Subject: [PATCH] Fix the last Go Vet error --- commands/hugo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {