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:
817d694
)
Fix a minor typo discovered by Lintian (Debian)
author
Anthony Fok
<foka@debian.org>
Sat, 30 Jan 2016 08:46:48 +0000
(16:46 +0800)
committer
Anthony Fok
<foka@debian.org>
Sat, 30 Jan 2016 08:46:48 +0000
(16:46 +0800)
commands/hugo.go
patch
|
blob
|
history
diff --git
a/commands/hugo.go
b/commands/hugo.go
index 3a27661bc149f730660c42638c914017b36e23d8..5fa3dbec015c5c6c44e6396d6b202e14ea014922 100644
(file)
--- a/
commands/hugo.go
+++ b/
commands/hugo.go
@@
-641,7
+641,7
@@
func NewWatcher(port int) error {
for {
select {
case evs := <-watcher.Events:
- jww.INFO.Println("Rec
ie
ved System Events:", evs)
+ jww.INFO.Println("Rec
ei
ved System Events:", evs)
staticEvents := []fsnotify.Event{}
dynamicEvents := []fsnotify.Event{}