Fix the last Go Vet error

This commit is contained in:
bep 2015-04-03 22:18:16 +02:00
parent be01d04870
commit be57ec5331

View file

@ -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") {