From: bep Date: Fri, 3 Apr 2015 20:18:16 +0000 (+0200) Subject: Fix the last Go Vet error X-Git-Tag: v0.14~142 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=be57ec53;p=brevno-suite%2Fhugo Fix the last Go Vet error --- diff --git a/commands/hugo.go b/commands/hugo.go index f8e39224..5c225fe5 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") {