projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be01d04
)
Fix the last Go Vet error
author
bep
<bjorn.erik.pedersen@gmail.com>
Fri, 3 Apr 2015 20:18:16 +0000
(22:18 +0200)
committer
bep
<bjorn.erik.pedersen@gmail.com>
Fri, 3 Apr 2015 20:18:08 +0000
(22:18 +0200)
commands/hugo.go
patch
|
blob
|
history
diff --git
a/commands/hugo.go
b/commands/hugo.go
index f8e392243bbcf1b680e7013f269312357744ffb5..5c225fe5db03c7a9ed7256c8cb60ae6ef0d466e9 100644
(file)
--- a/
commands/hugo.go
+++ b/
commands/hugo.go
@@
-425,7
+425,7
@@
func NewWatcher(port int) error {
}
if staticChanged {
- jww.FEEDBACK.Print
ln("Static file changed, syncing
\n")
+ jww.FEEDBACK.Print
f("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") {