shithub: hugo

Download patch

ref: be57ec5331896dc6162bacdd3a1a679a62432ac9
parent: be01d0487043640553ef2fae18e724c8067a34e0
author: bep <[email protected]>
date: Fri Apr 3 18:18:16 EDT 2015

Fix the last Go Vet error

--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -425,7 +425,7 @@
 				}
 
 				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") {